diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 23:48:25 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 23:48:25 +0500 |
| commit | c53067d2f6cfd6e3c6b476c51ab8c4b931e40a30 (patch) | |
| tree | 95bfab59b2d9a38a57b6aa05244cab2d0435c7d2 /fluid/app/templates.cxx | |
| parent | 57860e277f2298ad6c0830b1492087cfa124c862 (diff) | |
wip
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; |
