Move private wxSpinCtrl helpers into a private header

Np real changes, just don't put these functions in the public
wx/spinctrl.h, they have nothing to do there.
This commit is contained in:
Vadim Zeitlin
2019-11-13 02:43:44 +01:00
parent f1aa3c1c9a
commit 4444694043
7 changed files with 37 additions and 13 deletions

View File

@@ -20,6 +20,8 @@
#include "wx/wxcrtvararg.h"
#endif
#include "wx/private/spinctrl.h"
#include "wx/gtk/private.h"
//-----------------------------------------------------------------------------