X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Fconfig.h;h=3257794671530e119edcc9de67a9f78633d2d0c6;hp=1f7fa712839f5b5bdc346681e3a346c117aafba4;hb=c7df14c38a87ceca13df47fa700d3f9fa250be91;hpb=59a8a590a7ad327d18f15fab32adee94cb8c8843 diff --git a/source/config.h b/source/config.h index 1f7fa71..3257794 100644 --- a/source/config.h +++ b/source/config.h @@ -41,7 +41,7 @@ private: OptionMap options; InputOptions pending_options; Msp::Time::TimeStamp mtime; - bool changed; + mutable bool changed; public: Config(SourcePackage &);