mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
use CM_NULLPTR
This commit is contained in:
committed by
Brad King
parent
b4b73f56a2
commit
1d6909a287
@@ -72,7 +72,7 @@ bool cmCursesStringWidget::HandleInput(int& key, cmCursesMainForm* fm,
|
||||
return false;
|
||||
}
|
||||
|
||||
this->OriginalString = 0;
|
||||
this->OriginalString = CM_NULLPTR;
|
||||
this->Done = false;
|
||||
|
||||
char debugMessage[128];
|
||||
|
||||
Reference in New Issue
Block a user