aboutsummaryrefslogtreecommitdiff
path: root/src/vkscript/parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vkscript/parser.cc')
-rw-r--r--src/vkscript/parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vkscript/parser.cc b/src/vkscript/parser.cc
index b375eed..d731911 100644
--- a/src/vkscript/parser.cc
+++ b/src/vkscript/parser.cc
@@ -153,7 +153,7 @@ Feature NameToFeature(const std::string& name) {
} // namespace
-Parser::Parser() : amber::Parser(), script_(MakeUnique<vkscript::Script>()) {}
+Parser::Parser() : amber::Parser(), script_(MakeUnique<Script>()) {}
Parser::~Parser() = default;