From 5f5858d503640286c9e5d23634f9f3a8de6a2091 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Mon, 19 Jan 2015 20:21:22 +0100 Subject: (re-)introduced setter methods to Document. --- 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 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: -- cgit v1.2.3