Use '0' instead of NULL
This commit is contained in:
@@ -28,7 +28,7 @@ class MyApp: public wxApp
|
||||
if (argc == 2)
|
||||
new KissCount(wxString(argv[1]).mb_str());
|
||||
else
|
||||
new KissCount(NULL);
|
||||
new KissCount(0);
|
||||
}
|
||||
catch (std::string s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user