summaryrefslogtreecommitdiffstats
path: root/test/src/register_types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/register_types.cpp')
-rw-r--r--test/src/register_types.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/register_types.cpp b/test/src/register_types.cpp
index 6636d8a..873801b 100644
--- a/test/src/register_types.cpp
+++ b/test/src/register_types.cpp
@@ -24,6 +24,8 @@ void initialize_example_module(ModuleInitializationLevel p_level) {
ClassDB::register_class<ExampleRef>();
ClassDB::register_class<ExampleMin>();
ClassDB::register_class<Example>();
+ ClassDB::register_class<ExampleVirtual>(true);
+ ClassDB::register_abstract_class<ExampleAbstract>();
}
void uninitialize_example_module(ModuleInitializationLevel p_level) {