]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
another compilation fix
[wxWidgets.git] / include / wx / dialog.h
index fb131cd96ce6e89c9e41b70b98aa033c11c2b543..78e89ce307f63006304cc34859eafa9a75b007be 100644 (file)
@@ -27,7 +27,6 @@ public:
     void SetReturnCode(int returnCode) { m_returnCode = returnCode; }
     int GetReturnCode() const { return m_returnCode; }
 
-protected:
     // splits text up at newlines and places the
     // lines into a vertical wxBoxSizer
     wxSizer *CreateTextSizer( const wxString &message );
@@ -35,6 +34,7 @@ protected:
     // places buttons into a horizontal wxBoxSizer
     wxSizer *CreateButtonSizer( long flags );
 
+protected:
     // the return code from modal dialog
     int m_returnCode;
 };