jsmeredith / EAVL

Extreme-scale Analysis and Visualization Library
http://ft.ornl.gov/eavl/
Other
19 stars 10 forks source link

eavlMutator and friends don't have virtual destructors #7

Closed ollielo closed 10 years ago

ollielo commented 12 years ago

eavlMutator and eavlFilter should have virtual destructors since they both have virtual methods

diff --git a/src/common/eavlFilter.h b/src/common/eavlFilter.h index ac8df42..16e6c42 100644 --- a/src/common/eavlFilter.h +++ b/src/common/eavlFilter.h @@ -25,7 +25,7 @@ class eavlMutator eavlDataSet *dataset; public: eavlMutator() : dataset(NULL) { }