forked from lix-project/lix
* Backwards compatibility.
This commit is contained in:
parent
9e975458b4
commit
59afc1a15c
|
@ -10,9 +10,9 @@ namespace nix {
|
|||
|
||||
|
||||
typedef enum {
|
||||
wopQuit,
|
||||
wopQuit = 0,
|
||||
wopIsValidPath,
|
||||
wopHasSubstitutes,
|
||||
wopHasSubstitutes = 3,
|
||||
wopQueryPathHash,
|
||||
wopQueryReferences,
|
||||
wopQueryReferrers,
|
||||
|
|
Loading…
Reference in a new issue