]> git.tdb.fi Git - builder.git/blobdiff - source/config.h
Save caches before starting the build
[builder.git] / source / config.h
index 1f7fa712839f5b5bdc346681e3a346c117aafba4..3257794671530e119edcc9de67a9f78633d2d0c6 100644 (file)
@@ -41,7 +41,7 @@ private:
        OptionMap options;
        InputOptions pending_options;
        Msp::Time::TimeStamp mtime;
-       bool changed;
+       mutable bool changed;
 
 public:
        Config(SourcePackage &);