Add non-const overload for GetToolByPos()

See #16763
This commit is contained in:
Paul Cornett
2017-11-25 10:57:23 -08:00
parent ecfcab41e5
commit 23e3323655
2 changed files with 3 additions and 0 deletions

View File

@@ -578,6 +578,8 @@ public:
@see GetToolsCount()
*/
wxToolBarToolBase *GetToolByPos(int pos);
const wxToolBarToolBase *GetToolByPos(int pos) const;
/**