We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c61d35 commit 4387ceaCopy full SHA for 4387cea
1 file changed
include/scratchcpp/string_pool.h
@@ -11,7 +11,7 @@ struct StringPtr;
11
12
extern "C"
13
{
14
- LIBSCRATCHCPP_EXPORT StringPtr *string_pool_new(bool internal = false);
+ LIBSCRATCHCPP_EXPORT StringPtr *string_pool_new(bool internal = true);
15
LIBSCRATCHCPP_EXPORT void string_pool_free(StringPtr *str);
16
}
17
0 commit comments