SetSelection returns an int, not a size_t

This commit is contained in:
Robin Dunn
2017-02-02 09:54:12 -08:00
parent c6a750c7b8
commit ce9dc25b5e

View File

@@ -361,7 +361,7 @@ public:
/**
Sets the page selection. Calling this method will generate a page change event.
*/
size_t SetSelection(size_t new_page);
int SetSelection(size_t new_page);
/**
Sets the tab height. By default, the tab control height is calculated