summaryrefslogtreecommitdiff
path: root/fluid/io/Project_Reader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/io/Project_Reader.cxx')
-rw-r--r--fluid/io/Project_Reader.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/fluid/io/Project_Reader.cxx b/fluid/io/Project_Reader.cxx
index c420824aa..0e2809685 100644
--- a/fluid/io/Project_Reader.cxx
+++ b/fluid/io/Project_Reader.cxx
@@ -277,6 +277,11 @@ Node *Project_Reader::read_children(Node *p, int merge, Strategy strategy, char
goto CONTINUE;
}
+ if (!strcmp(c,"include_guard")) {
+ proj_.include_guard = read_word();
+ goto CONTINUE;
+ }
+
if (!strcmp(c, "snap")) {
Fluid.layout_list.read(this);
goto CONTINUE;