summaryrefslogtreecommitdiff
path: root/fluid/app/templates.cxx
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
commit793fa5a91f24358aa7ce21abf6ee4e93a17b04ee (patch)
treee81d1e60ffdf068ac1e93e8d36d9c2046b2d7c50 /fluid/app/templates.cxx
parentb4995f979d127cea667b4e2b71c91e9db4ab52ef (diff)
wip
Diffstat (limited to 'fluid/app/templates.cxx')
-rw-r--r--fluid/app/templates.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/app/templates.cxx b/fluid/app/templates.cxx
index 9b2253001..96534ae01 100644
--- a/fluid/app/templates.cxx
+++ b/fluid/app/templates.cxx
@@ -32,7 +32,7 @@
Save a design template.
\todo We should document the concept of templates.
*/
-void fld::app::save_template() {
+void save_template() {
// Setup the template panel...
if (!template_panel) make_template_panel();
@@ -93,7 +93,7 @@ void fld::app::save_template() {
"Replace", 0, c) == 0) return;
}
- if (!fld::io::write_file(Fluid.proj, filename)) {
+ if (!write_file(Fluid.proj, filename)) {
fl_alert("Error writing %s: %s", filename, strerror(errno));
return;
}