diff options
Diffstat (limited to 'plugins/LotusNotify/src/debug.cpp')
-rw-r--r-- | plugins/LotusNotify/src/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LotusNotify/src/debug.cpp b/plugins/LotusNotify/src/debug.cpp index 6c59964094..c29996f0b5 100644 --- a/plugins/LotusNotify/src/debug.cpp +++ b/plugins/LotusNotify/src/debug.cpp @@ -14,7 +14,7 @@ void logRegister(){ void logUnregister(){
Netlib_CloseHandle(netlibHandle);
- netlibHandle = NULL;
+ netlibHandle = nullptr;
}
void log(const wchar_t* szText){
|