diff options
| author | engelsman <engelsman> | 2009-03-27 20:05:03 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2009-03-27 20:05:03 +0000 |
| commit | 88a23466e32dfde5c7b58c1e79a817c5aacb70fe (patch) | |
| tree | 9cb19a740edcc93c940275174887c84626e8eea1 /fluid/Fl_Type.h | |
| parent | f91d96253665065361519885ccfb72f31322e281 (diff) | |
fluid: fix erroneous declaration of user-defined static function (STR #2011)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6727 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 62984829e..88e0b2197 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -77,6 +77,9 @@ public: // things that should not be public: int code_line, header_line; int code_line_end, header_line_end; +protected: + int user_defined(const char* cbname) const; + public: virtual ~Fl_Type(); |
