git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix compilation issues for plugin and auth interfaces
[stg.git]
/
stglibs
/
conffiles.lib
/
conffiles.h
diff --git
a/stglibs/conffiles.lib/conffiles.h
b/stglibs/conffiles.lib/conffiles.h
index 77a696d02d8d66e9f47f9317ddc5f1e1ad271132..ae2c8fd023d29eb61d535c1460c9cbe101f65d1a 100644
(file)
--- a/
stglibs/conffiles.lib/conffiles.h
+++ b/
stglibs/conffiles.lib/conffiles.h
@@
-76,6
+76,7
@@
private:
map<string, string, StringCaseCmp_t> param_val;
string fileName;
mutable int error;
+ mutable bool changed;
int Flush(const std::string & path) const;
};