summaryrefslogtreecommitdiff
path: root/src/Fl_String.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_String.H')
-rw-r--r--src/Fl_String.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_String.H b/src/Fl_String.H
index d10d75b6c..e7fbf49eb 100644
--- a/src/Fl_String.H
+++ b/src/Fl_String.H
@@ -135,6 +135,7 @@ public:
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);
+FL_EXPORT bool operator!=(const Fl_String & lhs, const Fl_String & rhs);
/**
\}