diff options
| author | Greg Ercolano <erco@seriss.com> | 2024-01-10 21:32:02 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2024-01-10 21:32:02 -0800 |
| commit | dc70a04100fd491151d3478a05ecf8baecfa894c (patch) | |
| tree | 3071ac4c03b4cd425163dbdcc5ec73ca15adb8f4 /src/Fl_String.H | |
| parent | 32514e6d2b0dbcd0dff9f4da65ca6d6e9596feab (diff) | |
Add Fl_String not-equal test
Diffstat (limited to 'src/Fl_String.H')
| -rw-r--r-- | src/Fl_String.H | 1 |
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); /** \} |
