Skip to content

Commit

Permalink
missing dll macro for ParserTokenReader class for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
k61n committed Aug 21, 2023
1 parent 445fbb0 commit 97bfc06
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 97bfc06

Please sign in to comment.