* GCC 2.95 compatibility fix in constness; strangely, I think this

should not have worked at all.
This commit is contained in:
Eelco Dolstra 2005-05-04 16:31:24 +00:00
parent d7b3cdbd91
commit 4a266e35d4
1 changed files with 1 additions and 1 deletions

View File

@ -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;