summaryrefslogtreecommitdiff
path: root/cli/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/parser.hxx')
-rw-r--r--cli/parser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/parser.hxx b/cli/parser.hxx
index 458efbc..3597fac 100644
--- a/cli/parser.hxx
+++ b/cli/parser.hxx
@@ -22,7 +22,7 @@ public:
struct invalid_input {};
std::auto_ptr<semantics::cli_unit>
- parse (std::istream& is, std::string const& id);
+ parse (std::istream& is, semantics::path const& path);
private:
struct error {};
@@ -57,7 +57,7 @@ private:
private:
bool valid_;
- std::string const* id_;
+ semantics::path const* path_;
lexer* lexer_;