Skip to content
Snippets Groups Projects
Commit 35b61c6c authored by Andreas Schenk's avatar Andreas Schenk
Browse files

fixed parameter order in OST_IMG_ALG_EXPLICIT_INST_DECL

parent b100023f
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@
# if defined(_MSC_VER)
# define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t)
# else
# define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t) extern template TEMPLATE_EXPORT c ost::img::image_state::t;
# define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t) extern template c TEMPLATE_EXPORT ost::img::image_state::t;
# endif
#else
# define DLLEXPORT_IMG_ALG DLLIMPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment