summaryrefslogtreecommitdiff
path: root/src/core/common/Function.cpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-21 21:09:16 +0100
committerAndreas Stöckel <andreas@somweyr.de>2014-12-21 21:09:16 +0100
commit1a7c77c9175c4e9ed5c554b1986d4f2bf8b18197 (patch)
tree89fdfbe85da365624d5dd9d47e89a4bc860c0865 /src/core/common/Function.cpp
parentd5b0d60818f649bed2b4e67f434e7d4480d9cb46 (diff)
added Function as new variant type
Diffstat (limited to 'src/core/common/Function.cpp')
-rw-r--r--src/core/common/Function.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/common/Function.cpp b/src/core/common/Function.cpp
index ab049c6..eeabbc3 100644
--- a/src/core/common/Function.cpp
+++ b/src/core/common/Function.cpp
@@ -20,7 +20,6 @@
namespace ousia {
-const Rtti<Function> RttiTypes::Function("function");
}