diff options
Diffstat (limited to 'src/plugins/coreplugin/jsexpander.cpp')
-rw-r--r-- | src/plugins/coreplugin/jsexpander.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/jsexpander.cpp b/src/plugins/coreplugin/jsexpander.cpp index 0c44512497..effa3464cc 100644 --- a/src/plugins/coreplugin/jsexpander.cpp +++ b/src/plugins/coreplugin/jsexpander.cpp @@ -101,7 +101,7 @@ JsExpander::JsExpander() JsExpander::~JsExpander() { delete d; - d = 0; + d = nullptr; } } // namespace Core |