summaryrefslogtreecommitdiff
path: root/src/core/common/Function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/common/Function.cpp')
-rw-r--r--src/core/common/Function.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/common/Function.cpp b/src/core/common/Function.cpp
index d4b8ccc..ab049c6 100644
--- a/src/core/common/Function.cpp
+++ b/src/core/common/Function.cpp
@@ -20,5 +20,7 @@
namespace ousia {
+const Rtti<Function> RttiTypes::Function("function");
+
}