Fix clang builds

This commit is contained in:
2025-12-25 22:42:25 +11:00
parent 9a311c3cb8
commit 24ea348858

View File

@@ -8,7 +8,7 @@
namespace Solstice { namespace Solstice {
struct Token { struct Token {
std::string value; std::string value;
int line; size_t line;
std::string lineContent; std::string lineContent;
}; };
@@ -26,4 +26,4 @@ namespace Solstice {
}; };
} }
#endif #endif