diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:23:16 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:23:16 +0100 |
commit | 95d7441fcf5839d3ce55bd30ea93c08961fa1c4f (patch) | |
tree | dd164284fb0ce5094f4afb9a4c2056648f1f0232 /src/core/model/Node.hpp | |
parent | 0463affed4d6ca08c0554974130aba83af13efa5 (diff) | |
parent | a12db04ccf1e2f340a6320353c1ce53eab04aa94 (diff) |
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'src/core/model/Node.hpp')
-rw-r--r-- | src/core/model/Node.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/model/Node.hpp b/src/core/model/Node.hpp index 79f38b8..4fc7672 100644 --- a/src/core/model/Node.hpp +++ b/src/core/model/Node.hpp @@ -321,12 +321,12 @@ protected: * changed such that a new validation run has to be made. Also informs the * parent node about the invalidation. */ - void invalidate(); + void invalidate() const; /** * This method should be called if a Node finds itself in an invalid state. */ - void markInvalid(); + void markInvalid() const; /** * The convention for this function is as follows: |