mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-24 17:41:39 +08:00
MSVC: Fix compile issue when exporting function from DLL
This commit is contained in:
parent
9570b906dc
commit
6f1f1c9ddf
@ -527,7 +527,7 @@ QStringList LIB_EXPORT JKQTPimagePlot_getPredefinedPalettes();
|
||||
|
||||
|
||||
|
||||
int* LIB_EXPORT JKQTPimagePlot_getCreateLUT(QList<int *> &lutstore, JKQTPMathImageColorPalette palette);
|
||||
LIB_EXPORT int* JKQTPimagePlot_getCreateLUT(QList<int *> &lutstore, JKQTPMathImageColorPalette palette);
|
||||
void LIB_EXPORT JKQTPimagePlot_freeLUTs(QList<int *> &lutstore);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user