Minor cleanup in the "artprov" sample after the previous commit

Use the standard wxWidgets camelCase naming convention instead of
snake_case and fix some style inconsistencies.

No real changes.
This commit is contained in:
Vadim Zeitlin
2018-11-18 20:55:09 +01:00
parent cb8b6009d5
commit 303fa4b3ef
2 changed files with 12 additions and 16 deletions

View File

@@ -38,9 +38,7 @@ private:
wxStaticText *m_text;
wxString m_client;
wxChoice *m_sizes;
wxString m_current_artid;
static int m_bitmap_sizes[7];
wxString m_currentArtId;
wxDECLARE_EVENT_TABLE();
};