diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-27 01:42:07 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-27 01:42:07 +0100 |
commit | c064be84c5f811d60bf9bc57a4d4cd835e6155ef (patch) | |
tree | 8e9c0ba186a1589763f418cfe38dac85f7774c90 | |
parent | 6c132ad008d375e5929eae32beba0e5bfe48515c (diff) |
added todo to Node class
-rw-r--r-- | src/core/Node.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Node.hpp b/src/core/Node.hpp index b7d050d..e0d14a8 100644 --- a/src/core/Node.hpp +++ b/src/core/Node.hpp @@ -30,6 +30,8 @@ namespace ousia { +// TODO: Let Manager handle associated data + /* Forward declarations */ class Node; class Event; |