diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-21 21:09:16 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2014-12-21 21:09:16 +0100 |
commit | 1a7c77c9175c4e9ed5c554b1986d4f2bf8b18197 (patch) | |
tree | 89fdfbe85da365624d5dd9d47e89a4bc860c0865 /src/core/common/Function.cpp | |
parent | d5b0d60818f649bed2b4e67f434e7d4480d9cb46 (diff) |
added Function as new variant type
Diffstat (limited to 'src/core/common/Function.cpp')
-rw-r--r-- | src/core/common/Function.cpp | 1 |
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"); } |