Fixed one cppcheck error

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@488 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-12 12:13:08 +00:00
parent 394b3a892f
commit 4ffc00a6fc

View File

@@ -51,6 +51,7 @@
#include <ctime> #include <ctime>
#include <cstring> #include <cstring>
#endif #endif
#include <fstream> #include <fstream>
// -------------------- OpenMesh // -------------------- OpenMesh
#include <OpenMesh/Core/IO/OMFormat.hh> #include <OpenMesh/Core/IO/OMFormat.hh>
@@ -168,7 +169,9 @@ template <typename T> struct Enabler
bool _OMWriter_::write_binary(std::ostream& _os, BaseExporter& _be, bool _OMWriter_::write_binary(std::ostream& _os, BaseExporter& _be,
Options _opt) const Options _opt) const
{ {
#ifndef DOXY_IGNORE_THIS
Enabler<mostream> enabler(omlog()); Enabler<mostream> enabler(omlog());
#endif
omlog() << "[OMWriter] : write binary file\n"; omlog() << "[OMWriter] : write binary file\n";