diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-20 00:53:59 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-20 00:53:59 +0100 |
commit | a5e125cd7f72907f95c83f5ec1611996f7a28a3a (patch) | |
tree | bb2a189c36c5d7b64d7a2f4d5fbfb946ff43cb4f /src/core/model/Node.hpp | |
parent | 47311cc8b211a7fef033d744d9eba9f308726ea8 (diff) | |
parent | 7c64a0770a4800d80c5a53eea2243c46301f7749 (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 190e8de..3e778a6 100644 --- a/src/core/model/Node.hpp +++ b/src/core/model/Node.hpp @@ -319,12 +319,12 @@ protected: * changed such that a new validation run has to be made. Also informs the * parent node about the invalidation. */ - void invalidate() const; + void invalidate(); /** * This method should be called if a Node finds itself in an invalid state. */ - void markInvalid() const; + void markInvalid(); /** * The convention for this function is as follows: |