summaryrefslogtreecommitdiff
path: root/fluid/nodes/Button_Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/nodes/Button_Node.h')
-rw-r--r--fluid/nodes/Button_Node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/nodes/Button_Node.h b/fluid/nodes/Button_Node.h
index 4ee88d1e1..eab3a1d40 100644
--- a/fluid/nodes/Button_Node.h
+++ b/fluid/nodes/Button_Node.h
@@ -38,8 +38,8 @@ public:
int is_button() const { return 1; }
Type type() const { return FLD_NODE_TYPE_Button; }
bool is_a(Type inType) const { return (inType==FLD_NODE_TYPE_Button) ? true : super::is_a(inType); }
- void write_properties(fld::io::Project_Writer &f);
- void read_property(fld::io::Project_Reader &f, const char *);
+ void write_properties(Project_Writer &f);
+ void read_property(Project_Reader &f, const char *);
void copy_properties();
};