forked from solstice/solstice
Fix clang builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user