forked from lix-project/lix
* GCC 2.95 compatibility fix in constness; strangely, I think this
should not have worked at all.
This commit is contained in:
parent
d7b3cdbd91
commit
4a266e35d4
|
@ -28,7 +28,7 @@ struct Substitute
|
||||||
is the store path to be substituted). */
|
is the store path to be substituted). */
|
||||||
Strings args;
|
Strings args;
|
||||||
|
|
||||||
bool operator == (const Substitute & sub);
|
bool operator == (const Substitute & sub) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef list<Substitute> Substitutes;
|
typedef list<Substitute> Substitutes;
|
||||||
|
|
Loading…
Reference in a new issue