InitAsNeeded no longer inline in the header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -71,14 +71,7 @@ public:
|
|||||||
wxString GetExtension(size_t index) { return m_aExtensions[index]; }
|
wxString GetExtension(size_t index) { return m_aExtensions[index]; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void InitIfNeeded()
|
void InitIfNeeded();
|
||||||
{
|
|
||||||
if ( !m_initialized ) {
|
|
||||||
// set the flag first to prevent recursion
|
|
||||||
m_initialized = TRUE;
|
|
||||||
Initialize();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
wxArrayString m_aTypes, // MIME types
|
wxArrayString m_aTypes, // MIME types
|
||||||
m_aDescriptions, // descriptions (just some text)
|
m_aDescriptions, // descriptions (just some text)
|
||||||
|
Reference in New Issue
Block a user