X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fconfig.h;h=37508b056ef21f946592334a1078dcb5b7ab4341;hb=d1f9551e05c9d341149eb490e05b1465d3d6b711;hp=a82e53685c390b0fdc7e528b1a2ad9a71b3199b2;hpb=6b84e1f5673888753cbe566c1365222ed33fd3ac;p=builder.git diff --git a/source/config.h b/source/config.h index a82e536..37508b0 100644 --- a/source/config.h +++ b/source/config.h @@ -40,7 +40,7 @@ private: std::map options; InputOptions pending_options; Msp::Time::TimeStamp mtime; - mutable bool changed; + mutable bool changed = false; public: Config(SourcePackage &);