diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-Lua.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-Lua.cc b/tests/test-Lua.cc index 9337d35..f0d6bb3 100644 --- a/tests/test-Lua.cc +++ b/tests/test-Lua.cc @@ -90,11 +90,11 @@ int sLua_ObjectTest::ObjectTest_proceed(Lua & L, int n, ObjectTest * obj, int ca return 0; } -static Events::Timeout * evt = NULL; static int yieldCount = 0; int sLua_ObjectTest::ObjectTest_proceed_static(Lua & L, int n, int caller) throw (GeneralException) { int y; + Events::Timeout * evt = NULL; switch (caller) { case OBJECTTEST_CONSTRUCTOR: |