diff options
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: |