From 6d7184953a7446bbbfa0822cea030e51cdc95bfc Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 15 Feb 2004 00:32:45 +0000 Subject: [PATCH] InitAsNeeded no longer inline in the header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/unix/mimetype.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/include/wx/unix/mimetype.h b/include/wx/unix/mimetype.h index f3f259175d..cc6f75f2d7 100644 --- a/include/wx/unix/mimetype.h +++ b/include/wx/unix/mimetype.h @@ -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)