Skip to content
Snippets Groups Projects
Commit 0b2d456b authored by valerio's avatar valerio
Browse files

Fixes for missing symbols

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2626 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 0aa7f2c1
Branches
Tags
No related merge requests found
......@@ -25,9 +25,9 @@
#if defined(OST_MODULE_OST_IMG)
# define DLLEXPORT_OST_IMG_BASE DLLEXPORT
# if defined(_MSC_VER)
# define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t)
# define OST_IMG_BASE_EXPLICIT_INST_DECL(c, t)
# else
# define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t) extern template c TEMPLATE_EXPORT t;
# define OST_IMG_BASE_EXPLICIT_INST_DECL(c, t) extern template c TEMPLATE_EXPORT t;
# endif
#else
# define DLLEXPORT_OST_IMG_BASE DLLIMPORT
......
......@@ -47,6 +47,8 @@ typedef image_state::ImageStateNonModAlgorithm<PasteFnc> PasteImpl;
}
OST_IMG_BASE_EXPLICIT_INST_DECL(class,image_state::ImageStateNonModAlgorithm<detail::PasteFnc>)
}} // ns
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment