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