diff --git a/src/template-converter b/src/template-converter index 7aedaed..021e5c4 100755 --- a/src/template-converter +++ b/src/template-converter @@ -80,7 +80,7 @@ print "#include \n\n"; # Read in template file and print template as a string # MOE:begin_strip -print "const string ${base_name} (\n"; +print "const std::string ${base_name} (\n"; # MOE:end_strip_and_replace print "const std::string ${base_name} (\n"; while (<>) { chomp;