diff options
Diffstat (limited to 'FL/Fl_String.H')
| -rw-r--r-- | FL/Fl_String.H | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/FL/Fl_String.H b/FL/Fl_String.H index 8b9b33a1b..300cf98f6 100644 --- a/FL/Fl_String.H +++ b/FL/Fl_String.H @@ -104,10 +104,8 @@ public: int slen() const; int capacity() const; - // ================================== DEBUG ================================== - - void debug(const char *info) const; // output string info - void hexdump(const char *info) const; // output info + hexdump + void debug(const char *info = 0) const; // output string info + void hexdump(const char *info = 0) const; // output string info + hexdump }; // class Fl_String |
