mirror of
https://github.com/NixOS/nix
synced 2025-06-26 03:21:16 +02:00
Replace struct StorePath with class StorePath
also a similar case with struct Goal
This commit is contained in:
parent
2f51cd8dc9
commit
f767bedfac
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ namespace nix {
|
|||
|
||||
class Store;
|
||||
class EvalState;
|
||||
struct StorePath;
|
||||
class StorePath;
|
||||
enum RepairFlag : bool;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue