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