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