diff options
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 4110b45..ed12f34 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -77,8 +77,8 @@ private: AbstractNode *find_root_tag(AbstractNode *n); void updateTemporalVariables(); bool fileChangedOnDisk(); - void compileTopLevelDocument(bool reload); - void compile(bool reload, bool procevents); + bool compileTopLevelDocument(bool reload); + bool compile(bool reload, bool procevents); void compileCSG(bool procevents); bool maybeSave(); bool checkModified(); |