From 47e744dccba82143fb0eab6be23df3b435f8d6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sun, 2 Apr 2023 15:51:42 -0300 Subject: [PATCH] Fix windows build. --- include/eepp/ui/doc/syntaxhighlighter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/eepp/ui/doc/syntaxhighlighter.hpp b/include/eepp/ui/doc/syntaxhighlighter.hpp index 226b74a44..54da12c6f 100644 --- a/include/eepp/ui/doc/syntaxhighlighter.hpp +++ b/include/eepp/ui/doc/syntaxhighlighter.hpp @@ -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 tokens;