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