From 81a62cb72ef7b7dee97092ffd023d56b4b189a88 Mon Sep 17 00:00:00 2001 From: Ingo Berg Date: Wed, 1 Nov 2023 21:21:54 +0100 Subject: [PATCH] fix for #132 --- include/muParserBytecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/muParserBytecode.h b/include/muParserBytecode.h index 35e1dbe..3196aac 100644 --- a/include/muParserBytecode.h +++ b/include/muParserBytecode.h @@ -84,7 +84,7 @@ namespace mu values and function pointers. Those are necessary in order to calculate the result. All those data items will be casted to the underlying datatype of the bytecode. */ - class ParserByteCode final + class API_EXPORT_CXX ParserByteCode final { private: