Skip to content

Commit 2f37c31

Browse files
committed
[cpp] Remove private specifier from Scratch extern to make it accessible
Was there due to a dodgy copy and paste job
1 parent 4821418 commit 2f37c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

std/cpp/Scratch.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cpp;
33
@:include("hx/thread/Scratch.hpp")
44
@:semantics(value)
55
@:cpp.ValueType({ namespace : [ "hx", "thread" ], flags : [ StackOnly ] })
6-
private extern class Scratch {
6+
extern class Scratch {
77
final view : cpp.marshal.View<cpp.UInt8>;
88

99
static function alloc(bytes:Int):Scratch;

0 commit comments

Comments
 (0)