Skip to content

Commit 8d79c1a

Browse files
committed
fix-up
1 parent 98515e2 commit 8d79c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clang-c/CXCppInterOp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ typedef void* CXObject;
817817
/**
818818
* Allocates memory for the given type.
819819
*/
820-
CXObject clang_allocate(CXScope S);
820+
CXObject clang_allocate(unsigned int n);
821821

822822
/**
823823
* Deallocates memory for a given class.

0 commit comments

Comments
 (0)