use CM_NULLPTR

This commit is contained in:
Daniel Pfeifer
2016-06-28 09:02:26 -04:00
committed by Brad King
parent b4b73f56a2
commit 1d6909a287
201 changed files with 1143 additions and 1075 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ public:
private:
static bool RunCommand(const char* command, std::string& output, int& retVal,
const char* directory = 0, bool verbose = true);
const char* directory = CM_NULLPTR,
bool verbose = true);
};
#endif