diff options
Diffstat (limited to 'fluid/app/templates.cxx')
| -rw-r--r-- | fluid/app/templates.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/app/templates.cxx b/fluid/app/templates.cxx index cbd266b13..09fdc0220 100644 --- a/fluid/app/templates.cxx +++ b/fluid/app/templates.cxx @@ -107,7 +107,7 @@ void fld::app::save_template() { for (t = Fluid.proj.tree.first; t; t = t->next) { // Find the first window... - if (t->is_a(Type::Window)) break; + if (t->is_a(FLD_NODE_TYPE_Window)) break; } if (!t) return; |
