summaryrefslogtreecommitdiff
path: root/src/core/common/Function.cpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-21 15:28:30 +0100
committerAndreas Stöckel <andreas@somweyr.de>2014-12-21 15:28:30 +0100
commitda3b35e77c1e22b46264df4c1b2a48f867d1e15e (patch)
treed483940d49f2d5ba7fac86187174cc7d70714f9d /src/core/common/Function.cpp
parent54d66cfa220128ae6c7cd05aa5db3354e459105b (diff)
changed RttiTypes from class to namespace
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");
+
}