diff options
Diffstat (limited to '')
| -rw-r--r-- | lang/cpp/src/editinteractor.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/src/editinteractor.cpp b/lang/cpp/src/editinteractor.cpp index 3e294889..f7c994a4 100644 --- a/lang/cpp/src/editinteractor.cpp +++ b/lang/cpp/src/editinteractor.cpp @@ -176,7 +176,7 @@ EditInteractor::Private::Private(EditInteractor *qq)      : q(qq),        state(StartState),        error(), -      debug(0) +      debug(nullptr)  {  }  | 
