summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index 18f6f5303..fe9d65351 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -230,12 +230,14 @@ public:
class Fl_Comment_Type : public Fl_Type {
char in_c_, in_h_, style_;
+ char title_buf[64];
public:
Fl_Type *make();
void write_code1();
void write_code2();
void open();
virtual const char *type_name() {return "comment";}
+ virtual const char *title(); // string for browser
void write_properties();
void read_property(const char *);
virtual int is_public() const { return 1; }