Fex search in wxSortedArrayString with custom compare function in STL build

This commit is contained in:
Pavel Tyunin
2021-02-26 11:52:44 +02:00
parent 2451f8085b
commit 00fec01308
2 changed files with 7 additions and 3 deletions

View File

@@ -255,6 +255,9 @@ public:
Add(item);
}
protected:
SCMPFUNC GetCompareFunction() const wxNOEXCEPT { return m_fnCompare; }
private:
SCMPFUNC m_fnCompare;
};