mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add Header Lexer for ZCG cpp
This commit is contained in:
@ -37,7 +37,7 @@ ParserLine MockParserLineStream::NextLine()
|
||||
m_include_positions.pop_back();
|
||||
}
|
||||
|
||||
return ParserLine(MOCK_FILENAME, 0, std::string());
|
||||
return ParserLine();
|
||||
}
|
||||
|
||||
bool MockParserLineStream::IncludeFile(const std::string& filename)
|
||||
|
Reference in New Issue
Block a user