Fixed initialisation order warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -2041,7 +2041,7 @@ class WXDLLIMPEXP_RICHTEXT wxRichTextFileHandler: public wxObject
 | 
				
			|||||||
    DECLARE_CLASS(wxRichTextFileHandler)
 | 
					    DECLARE_CLASS(wxRichTextFileHandler)
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
    wxRichTextFileHandler(const wxString& name = wxEmptyString, const wxString& ext = wxEmptyString, int type = 0)
 | 
					    wxRichTextFileHandler(const wxString& name = wxEmptyString, const wxString& ext = wxEmptyString, int type = 0)
 | 
				
			||||||
        : m_name(name), m_extension(ext), m_type(type), m_visible(true), m_flags(0)
 | 
					        : m_name(name), m_extension(ext), m_type(type), m_flags(0), m_visible(true)
 | 
				
			||||||
        { }
 | 
					        { }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if wxUSE_STREAMS
 | 
					#if wxUSE_STREAMS
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user