X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fargumentstore.h;h=c2d5d76f3dbb473c613840c7f92dd9320fa07d5b;hb=HEAD;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 &);