X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ae8686e733897fb5ead33d7a7c3fa8569a9c23c5..360b3e8ff55a101fe10f2ddd214852a491d28f52:/stglibs/conffiles.lib/conffiles.h diff --git a/stglibs/conffiles.lib/conffiles.h b/stglibs/conffiles.lib/conffiles.h index 07f716cd..ae2c8fd0 100644 --- a/stglibs/conffiles.lib/conffiles.h +++ b/stglibs/conffiles.lib/conffiles.h @@ -76,6 +76,9 @@ private: map param_val; string fileName; mutable int error; + mutable bool changed; + + int Flush(const std::string & path) const; }; //--------------------------------------------------------------------------- #endif