summaryrefslogtreecommitdiff
path: root/tests/modules/testmod2/TestMod2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/testmod2/TestMod2.cpp')
-rwxr-xr-xtests/modules/testmod2/TestMod2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/testmod2/TestMod2.cpp b/tests/modules/testmod2/TestMod2.cpp
index 972ccb0..454bf8f 100755
--- a/tests/modules/testmod2/TestMod2.cpp
+++ b/tests/modules/testmod2/TestMod2.cpp
@@ -10,4 +10,4 @@ void Derived::hello( )
Common::instance( ).print( "hello from module" );
}
-REGISTER_MODULE( "testmod2", Base, Derived )
+REGISTER_MODULE( "testmod2", 0, 0, Base, Derived )