diff --git a/src/libstore/store.hh b/src/libstore/store.hh index bcaea401e2..bcf11ce963 100644 --- a/src/libstore/store.hh +++ b/src/libstore/store.hh @@ -28,7 +28,7 @@ struct Substitute is the store path to be substituted). */ Strings args; - bool operator == (const Substitute & sub); + bool operator == (const Substitute & sub) const; }; typedef list Substitutes;