]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
cleanup mac
[wxWidgets.git] / src / common / appbase.cpp
index 27fa04d6b3fd58af6cebe62d0d21151c072a9b01..66297871a4375928766f395b6ed7bb024a8b29ec 100644 (file)
@@ -177,7 +177,7 @@ bool wxAppConsoleBase::Initialize(int& argcOrig, wxChar **argvOrig)
 #endif
 
 #ifndef __WXPALMOS__
-    if ( m_appName.empty() && (bool) argv )
+    if ( m_appName.empty() && argv )
     {
         // the application name is, by default, the name of its executable file
         wxFileName::SplitPath(argv[0], NULL, &m_appName, NULL);