Fixed more clang warnings
This commit is contained in:
@@ -48,10 +48,7 @@
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
|
||||
#ifndef __BASEREADER_HH__
|
||||
#define __BASEREADER_HH__
|
||||
|
||||
#pragma once
|
||||
|
||||
//=== INCLUDES ================================================================
|
||||
|
||||
@@ -91,7 +88,7 @@ class OPENMESHDLLEXPORT BaseReader
|
||||
public:
|
||||
|
||||
/// Destructor
|
||||
virtual ~BaseReader() {};
|
||||
virtual ~BaseReader() {}
|
||||
|
||||
/// Returns a brief description of the file type that can be parsed.
|
||||
virtual std::string get_description() const = 0;
|
||||
@@ -204,5 +201,3 @@ static inline std::string &trim(std::string &_string) {
|
||||
} // namespace IO
|
||||
} // namespace OpenMesh
|
||||
//=============================================================================
|
||||
#endif
|
||||
//=============================================================================
|
||||
|
||||
@@ -48,10 +48,7 @@
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
|
||||
#ifndef __OFFREADER_HH__
|
||||
#define __OFFREADER_HH__
|
||||
|
||||
#pragma once
|
||||
|
||||
//=== INCLUDES ================================================================
|
||||
|
||||
@@ -162,5 +159,3 @@ OPENMESHDLLEXPORT _OFFReader_& OFFReader();
|
||||
} // namespace IO
|
||||
} // namespace OpenMesh
|
||||
//=============================================================================
|
||||
#endif
|
||||
//=============================================================================
|
||||
|
||||
Reference in New Issue
Block a user