diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-15 18:45:01 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-15 18:45:01 +0100 |
commit | 84cbdcaba520f89eb3ddbdaf1fe2ab3db412501a (patch) | |
tree | ca3df3c791834e65479c6b9a8720f8e55150a396 /src/core/Node.hpp | |
parent | c5d18a42da8e9ed19c9520308fef087f4fb76323 (diff) |
Improved ManagedContainer classes
Diffstat (limited to 'src/core/Node.hpp')
-rw-r--r-- | src/core/Node.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/Node.hpp b/src/core/Node.hpp index e0d14a8..b7d050d 100644 --- a/src/core/Node.hpp +++ b/src/core/Node.hpp @@ -30,8 +30,6 @@ namespace ousia { -// TODO: Let Manager handle associated data - /* Forward declarations */ class Node; class Event; |