forked from lix-project/lix
Typo
This commit is contained in:
parent
faefaac875
commit
6960de73af
|
@ -67,7 +67,7 @@ struct LockFile
|
||||||
std::optional<FlakeRef> isUnlocked() const;
|
std::optional<FlakeRef> isUnlocked() const;
|
||||||
|
|
||||||
bool operator ==(const LockFile & other) const;
|
bool operator ==(const LockFile & other) const;
|
||||||
// Needed for old gcc versions that don't syntethise it (like gcc 8.2.2
|
// Needed for old gcc versions that don't synthesize it (like gcc 8.2.2
|
||||||
// that is still the default on aarch64-linux)
|
// that is still the default on aarch64-linux)
|
||||||
bool operator !=(const LockFile & other) const;
|
bool operator !=(const LockFile & other) const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue