From b1d3ee13bd1be3fefda2be490ce773afab2ade04 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 6 Dec 2025 02:50:28 +0100 Subject: Fluid: modernize Function Node class --- fluid/nodes/Node.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fluid/nodes/Node.h') diff --git a/fluid/nodes/Node.h b/fluid/nodes/Node.h index f6fce09b4..900addc6b 100644 --- a/fluid/nodes/Node.h +++ b/fluid/nodes/Node.h @@ -22,6 +22,8 @@ #include #include +#include + class Node; class Group_Node; class Window_Node; @@ -113,6 +115,7 @@ enum class Type { void update_visibility_flag(Node *p); void delete_all(int selected_only=0); int storestring(const char *n, const char * & p, int nostrip=0); +int storestring(const std::string& n, std::string& p, int nostrip=0); void select_all_cb(Fl_Widget *,void *); void select_none_cb(Fl_Widget *,void *); -- cgit v1.2.3