Export reader and writer symbols to dll

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@695 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-09-23 14:49:46 +00:00
parent 92e08dfacc
commit a1340983b1
13 changed files with 13 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ namespace IO {
Implementation of the STL format writer. This class is singleton'ed by
SingletonT to STLWriter.
*/
class _STLWriter_ : public BaseWriter
class OPENMESHDLLEXPORT _STLWriter_ : public BaseWriter
{
public: