aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/store.hh')
-rw-r--r--src/libstore/store.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store.hh b/src/libstore/store.hh
index bcaea401e..bcf11ce96 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<Substitute> Substitutes;