diff options
Diffstat (limited to 'dev/LibCompiler/Parser.h')
| -rw-r--r-- | dev/LibCompiler/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/Parser.h b/dev/LibCompiler/Parser.h index 64c46d6..6baff7e 100644 --- a/dev/LibCompiler/Parser.h +++ b/dev/LibCompiler/Parser.h @@ -26,7 +26,7 @@ class ICompilerFrontend { //! @brief Compile a syntax tree ouf of the text. //! Also takes the source file name for metadata. - virtual bool Compile(std::string text, const std::string file) = 0; + virtual bool Compile(std::string text, std::string file) = 0; //! @brief What language are we dealing with? virtual const char* Language() { return kInvalidFrontend; } |
