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:
Robert Roebling 2004-02-15 00:32:45 +00:00
parent a96f1024e3
commit 6d7184953a

View File

@ -71,14 +71,7 @@ public:
wxString GetExtension(size_t index) { return m_aExtensions[index]; }
private:
void InitIfNeeded()
{
if ( !m_initialized ) {
// set the flag first to prevent recursion
m_initialized = TRUE;
Initialize();
}
}
void InitIfNeeded();
wxArrayString m_aTypes, // MIME types
m_aDescriptions, // descriptions (just some text)