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
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# if defined(_MSC_VER) # if defined(_MSC_VER)
# define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t) # define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t)
# else # 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 # endif
#else #else
# define DLLEXPORT_IMG_ALG DLLIMPORT # 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