From 6f1f1c9ddf00b7db2335f9e88a6840d014c807e7 Mon Sep 17 00:00:00 2001 From: Razi Alavizadeh Date: Wed, 19 Dec 2018 04:55:34 +0330 Subject: [PATCH] MSVC: Fix compile issue when exporting function from DLL --- lib/jkqtplottertools/jkqtpimagetools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jkqtplottertools/jkqtpimagetools.h b/lib/jkqtplottertools/jkqtpimagetools.h index 18c61a2806..409b092a0e 100644 --- a/lib/jkqtplottertools/jkqtpimagetools.h +++ b/lib/jkqtplottertools/jkqtpimagetools.h @@ -527,7 +527,7 @@ QStringList LIB_EXPORT JKQTPimagePlot_getPredefinedPalettes(); -int* LIB_EXPORT JKQTPimagePlot_getCreateLUT(QList &lutstore, JKQTPMathImageColorPalette palette); +LIB_EXPORT int* JKQTPimagePlot_getCreateLUT(QList &lutstore, JKQTPMathImageColorPalette palette); void LIB_EXPORT JKQTPimagePlot_freeLUTs(QList &lutstore);