diff options
Diffstat (limited to 'FL/Fl_String.H')
| -rw-r--r-- | FL/Fl_String.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_String.H b/FL/Fl_String.H index dc0d8307a..f8e273d65 100644 --- a/FL/Fl_String.H +++ b/FL/Fl_String.H @@ -126,8 +126,8 @@ public: }; // class Fl_String // ---- Non-member functions -extern Fl_String operator+(const Fl_String &lhs, const Fl_String &rhs); -extern Fl_String operator+(const Fl_String &lhs, const char *rhs); -extern bool operator==(const Fl_String &lhs, const Fl_String &rhs); +FL_EXPORT Fl_String operator+(const Fl_String& lhs, const Fl_String& rhs); +FL_EXPORT Fl_String operator+(const Fl_String& lhs, const char* rhs); +FL_EXPORT bool operator==(const Fl_String & lhs, const Fl_String & rhs); #endif // _FL_Fl_String_H_ |
