Added virtual destructor to reader and writer classes in order to avoid compiler warnings.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@84 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -70,6 +70,9 @@ class _STLWriter_ : public BaseWriter
|
||||
public:
|
||||
|
||||
_STLWriter_();
|
||||
|
||||
/// Destructor
|
||||
virtual ~_STLWriter_() {};
|
||||
|
||||
std::string get_description() const { return "Stereolithography Format"; }
|
||||
std::string get_extensions() const { return "stla stlb"; }
|
||||
|
||||
Reference in New Issue
Block a user