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:
@@ -45,12 +45,13 @@
|
|||||||
#include <OpenMesh/Core/System/config.h>
|
#include <OpenMesh/Core/System/config.h>
|
||||||
// -------------------- STL
|
// -------------------- STL
|
||||||
#if defined( OM_CC_MIPS )
|
#if defined( OM_CC_MIPS )
|
||||||
# include <time.h>
|
#include <time.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
#else
|
#else
|
||||||
# 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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user