Skip to content

Commit

Permalink
Initialize to nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 9, 2018
1 parent 9028ad9 commit beb8912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgscodeeditorexpression.h
Expand Up @@ -56,7 +56,7 @@ class GUI_EXPORT QgsCodeEditorExpression : public QgsCodeEditor
private:
void initializeLexer();
void updateApis();
QsciAPIs *mApis;
QsciAPIs *mApis = nullptr;
QsciLexerSQL *mSqlLexer;

QStringList mVariables;
Expand Down

0 comments on commit beb8912

Please sign in to comment.