Use "class" for wxGTK wxWindowGesturesData definition
No real changes, just be consistent with wxWindowGesturesData forward declaration as "class", clang (and MSVC) warn about mismatching keywords being used for declaration and definition.
This commit is contained in:
parent
bb2887930f
commit
e7f4e232fa
1 changed files with 2 additions and 1 deletions
|
|
@ -235,8 +235,9 @@ static bool gs_inSizeAllocate;
|
|||
#ifdef wxGTK_HAS_GESTURES_SUPPORT
|
||||
|
||||
// Per-window data for gestures support.
|
||||
struct wxWindowGesturesData
|
||||
class wxWindowGesturesData
|
||||
{
|
||||
public:
|
||||
wxWindowGesturesData(wxWindow* win, GtkWidget *widget);
|
||||
~wxWindowGesturesData();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue