Removed extraneous semicolons and commas (partly fixes #10456).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,7 +74,7 @@ enum wxPropertySheetDialogFlags
|
||||
wxPROPSHEET_TREEBOOK = 0x0040,
|
||||
|
||||
// Shrink dialog to fit current page
|
||||
wxPROPSHEET_SHRINKTOFIT = 0x0100,
|
||||
wxPROPSHEET_SHRINKTOFIT = 0x0100
|
||||
};
|
||||
|
||||
class WXDLLIMPEXP_ADV wxPropertySheetDialog : public wxDialog
|
||||
|
Reference in New Issue
Block a user