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:
@@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user