X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fargumentstore.h;h=e7a3c5594e3a60f075d7e12eee85368d70eb802b;hb=e14c01b5775dd2e324b16ff49498db9b9113c523;hp=5f4c9dd066159831bfa60a6a40e6e8d1ded198ae;hpb=e1b8089be727f651fc2022d6e7ff775047730e85;p=libs%2Fdatafile.git diff --git a/source/argumentstore.h b/source/argumentstore.h index 5f4c9dd..e7a3c55 100644 --- a/source/argumentstore.h +++ b/source/argumentstore.h @@ -10,7 +10,7 @@ class ArgumentStore { private: const StatementInfo &info; - char *store; + char *store = nullptr; public: ArgumentStore(const StatementInfo &);