* GCC 2.95 compatibility fix in constness; strangely, I think this
should not have worked at all.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user