X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/490da436c859b499a7726acd06af02304b0d925f..331a0b6b7aeb8b41d4ac27aeedbdca11b6f0b38e:/src/univ/themes/metal.cpp diff --git a/src/univ/themes/metal.cpp b/src/univ/themes/metal.cpp index 9cc918b5bf..dc580faaf0 100644 --- a/src/univ/themes/metal.cpp +++ b/src/univ/themes/metal.cpp @@ -158,7 +158,7 @@ private: { if ( !m_win32Theme ) m_win32Theme = wxTheme::Create("win32"); - return m_win32Theme; + return m_win32Theme != NULL; } private: wxTheme *m_win32Theme;