Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
2f51473c
Commit
2f51473c
authored
May 27, 2010
by
Sebastian Eichelbaum
Browse files
[CHANGE] - made some destructor virtual
parent
0d1bd334
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
src/common/WSharedObject.h
src/common/WSharedObject.h
+1
-1
src/common/datastructures/WTriangleMesh.h
src/common/datastructures/WTriangleMesh.h
+1
-1
src/graphicsEngine/WGE2DManipulator.h
src/graphicsEngine/WGE2DManipulator.h
+1
-1
src/graphicsEngine/WTriangleMesh2.h
src/graphicsEngine/WTriangleMesh2.h
+1
-1
src/gui/qt4/datasetbrowser/WQtBranchTreeItem.h
src/gui/qt4/datasetbrowser/WQtBranchTreeItem.h
+1
-1
src/gui/qt4/datasetbrowser/WQtRoiTreeItem.h
src/gui/qt4/datasetbrowser/WQtRoiTreeItem.h
+1
-1
src/gui/qt4/events/WRoiAssocEvent.h
src/gui/qt4/events/WRoiAssocEvent.h
+1
-1
src/gui/qt4/events/WRoiRemoveEvent.h
src/gui/qt4/events/WRoiRemoveEvent.h
+1
-1
No files found.
src/common/WSharedObject.h
View file @
2f51473c
...
...
@@ -79,7 +79,7 @@ public:
/**
* Desctructor.
*/
~
WSharedObjectAccess
();
virtual
~
WSharedObjectAccess
();
/**
* Gets the contained, and protected object.
...
...
src/common/datastructures/WTriangleMesh.h
View file @
2f51473c
...
...
@@ -107,7 +107,7 @@ public:
/**
* Clears and destroys mesh.
*/
~
WTriangleMesh
();
virtual
~
WTriangleMesh
();
/**
* Gets the name of this prototype.
...
...
src/graphicsEngine/WGE2DManipulator.h
View file @
2f51473c
...
...
@@ -114,7 +114,7 @@ protected:
* dereferenced and the reference count being zero (see osg::Referenced),
* preventing the deletion of objects which are still in use.
*/
~
WGE2DManipulator
();
virtual
~
WGE2DManipulator
();
/**
* Reset the internal GUIEvent stack.
...
...
src/graphicsEngine/WTriangleMesh2.h
View file @
2f51473c
...
...
@@ -61,7 +61,7 @@ public:
/**
* destructor
*/
~
WTriangleMesh2
();
virtual
~
WTriangleMesh2
();
/**
* Returns a prototype instantiated with the true type of the deriving class.
...
...
src/gui/qt4/datasetbrowser/WQtBranchTreeItem.h
View file @
2f51473c
...
...
@@ -52,7 +52,7 @@ public:
/**
* destructor
*/
~
WQtBranchTreeItem
();
virtual
~
WQtBranchTreeItem
();
/**
* Add a roi to the tree view.
...
...
src/gui/qt4/datasetbrowser/WQtRoiTreeItem.h
View file @
2f51473c
...
...
@@ -51,7 +51,7 @@ public:
/**
* destructor
*/
~
WQtRoiTreeItem
();
virtual
~
WQtRoiTreeItem
();
/**
* getter
...
...
src/gui/qt4/events/WRoiAssocEvent.h
View file @
2f51473c
...
...
@@ -47,7 +47,7 @@ public:
/**
* destructor
*/
~
WRoiAssocEvent
();
virtual
~
WRoiAssocEvent
();
/**
* Getter for the roi that got associated.
...
...
src/gui/qt4/events/WRoiRemoveEvent.h
View file @
2f51473c
...
...
@@ -48,7 +48,7 @@ public:
/**
* destructor
*/
~
WRoiRemoveEvent
();
virtual
~
WRoiRemoveEvent
();
/**
* Getter for the roi that got removed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment