Fixed windows build error

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@229 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-11-18 15:39:22 +00:00
parent f843fb7c41
commit 5b41dd5030

View File

@@ -121,6 +121,7 @@ _STLWriter_::
write(std::ostream& _os, BaseExporter& _be, Options _opt) const write(std::ostream& _os, BaseExporter& _be, Options _opt) const
{ {
omerr() << "[STLWriter] : STL Streams are not supported " << std::endl; omerr() << "[STLWriter] : STL Streams are not supported " << std::endl;
return false;
} }