mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Fix windows build.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
namespace EE { namespace UI { namespace Doc {
|
||||
|
||||
struct TokenizedLine {
|
||||
struct EE_API TokenizedLine {
|
||||
Uint64 initState{ SYNTAX_TOKENIZER_STATE_NONE };
|
||||
String::HashType hash;
|
||||
std::vector<SyntaxTokenPosition> tokens;
|
||||
|
||||
Reference in New Issue
Block a user