We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4821418 commit 2f37c31Copy full SHA for 2f37c31
1 file changed
std/cpp/Scratch.hx
@@ -3,7 +3,7 @@ package cpp;
3
@:include("hx/thread/Scratch.hpp")
4
@:semantics(value)
5
@:cpp.ValueType({ namespace : [ "hx", "thread" ], flags : [ StackOnly ] })
6
-private extern class Scratch {
+extern class Scratch {
7
final view : cpp.marshal.View<cpp.UInt8>;
8
9
static function alloc(bytes:Int):Scratch;
0 commit comments