Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Nov 1, 2024
1 parent ab663a1 commit 1c85346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vstgui/uidescription/xmlparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ bool Parser::stop ()

namespace VSTGUI {
namespace Xml {
#include "./expat/xmltok.c"
#include "./expat/xmlrole.c"
#include "./expat/xmlparse.c"
#include "../thirdparty/expat/xmltok.c"
#include "../thirdparty/expat/xmlrole.c"
#include "../thirdparty/expat/xmlparse.c"
}}

#ifdef OLD_BYTEORDER
Expand Down

0 comments on commit 1c85346

Please sign in to comment.