From 373c3489ed4b6927a9596882e9e4ff078624e943 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Sun, 18 Jan 2015 16:52:07 +0100 Subject: made invalidate and markInvalid const. --- src/core/model/Node.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/model/Node.hpp') diff --git a/src/core/model/Node.hpp b/src/core/model/Node.hpp index 0168a3e..d951310 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: -- cgit v1.2.3