Replace struct StorePath with class StorePath
also a similar case with struct Goal
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ namespace nix {
|
||||
|
||||
class Store;
|
||||
class EvalState;
|
||||
struct StorePath;
|
||||
class StorePath;
|
||||
enum RepairFlag : bool;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user