Skip to content

Commit

Permalink
Merge pull request #126 from k61n/master
Browse files Browse the repository at this point in the history
missing dll macro for ParserTokenReader class for Windows builds
  • Loading branch information
beltoforion authored Aug 23, 2023
2 parents 445fbb0 + 97bfc06 commit e0b2fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/muParserTokenReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace mu
class ParserBase;

/** \brief Token reader for the ParserBase class. */
class ParserTokenReader final
class API_EXPORT_CXX ParserTokenReader final
{
private:

Expand Down

0 comments on commit e0b2fc5

Please sign in to comment.