mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 00:08:26 -05:00
Ensure not closing macro definition parameters throws an error
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#include <exception>
|
||||
#include <string>
|
||||
|
||||
class ParsingException final : std::exception
|
||||
class ParsingException final : public std::exception
|
||||
{
|
||||
TokenPos m_pos;
|
||||
std::string m_message;
|
||||
|
Reference in New Issue
Block a user