Fex search in wxSortedArrayString with custom compare function in STL build
This commit is contained in:
@@ -255,6 +255,9 @@ public:
|
||||
Add(item);
|
||||
}
|
||||
|
||||
protected:
|
||||
SCMPFUNC GetCompareFunction() const wxNOEXCEPT { return m_fnCompare; }
|
||||
|
||||
private:
|
||||
SCMPFUNC m_fnCompare;
|
||||
};
|
||||
|
Reference in New Issue
Block a user