diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:27:25 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:27:25 +0100 |
commit | 7d788f2dce18c3ba6f11f7f032d35fef2e5fa9d4 (patch) | |
tree | 611ac136bd423eca30a605cfedff8a973d12f02b /src/core/XML.hpp | |
parent | 95d7441fcf5839d3ce55bd30ea93c08961fa1c4f (diff) |
Removed no longer necessary Rtti forward declarations
Diffstat (limited to 'src/core/XML.hpp')
-rw-r--r-- | src/core/XML.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/XML.hpp b/src/core/XML.hpp index aee59a1..db7a9e1 100644 --- a/src/core/XML.hpp +++ b/src/core/XML.hpp @@ -52,8 +52,6 @@ namespace ousia { // Forward declarations class RttiType; -template<class T> -class Rtti; namespace xml { |