diff options
Diffstat (limited to 'tests/LuaThreadStress/Stubs.cpp')
-rw-r--r-- | tests/LuaThreadStress/Stubs.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/LuaThreadStress/Stubs.cpp b/tests/LuaThreadStress/Stubs.cpp index e77b02038..8f374900f 100644 --- a/tests/LuaThreadStress/Stubs.cpp +++ b/tests/LuaThreadStress/Stubs.cpp @@ -297,3 +297,12 @@ bool cUUID::FromString(const AString &) { return true; } + + + + + +int BlockStringToType(const AString &) +{ + return 0; +} |