Replace struct StorePath with class StorePath

also a similar case with struct Goal
This commit is contained in:
Matthew Bauer
2020-06-17 13:26:37 -04:00
parent 2f51cd8dc9
commit f767bedfac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace nix {
class Store;
class EvalState;
struct StorePath;
class StorePath;
enum RepairFlag : bool;