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 {
struct Token {
std::string value;
int line;
size_t line;
std::string lineContent;
};
@@ -26,4 +26,4 @@ namespace Solstice {
};
}
#endif
#endif