# | Line 22 | Line 22 | |
---|---|---|
22 | ||
23 | struct Command : public ext::ReferenceCounted { | |
24 | const api::Path root; | |
25 | < | operator cse::String() const { return root.GetPath(); } |
25 | > | operator api::Path() const { return root; } |
26 | protected: | |
27 | Command(const cse::String &root) : root(api::Path(root).GetRealPath()) {} | |
28 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |