aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-09-11 16:55:42 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-09-11 16:55:42 +0000
commit312f07dbe0fc9e927678a6d6d62188287413a6aa (patch)
tree11828dba68b1462eb4d53f5791a1242cda453ce8
parent568e1711e0db3986ef8733a319556cce83a5056c (diff)
downloadopt-utilities-312f07dbe0fc9e927678a6d6d62188287413a6aa.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@244 ed2142bd-67ad-457f-ba7c-d818d4011675
-rw-r--r--core/pre_estimater.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pre_estimater.hpp b/core/pre_estimater.hpp
index 2a0c455..5abcf04 100644
--- a/core/pre_estimater.hpp
+++ b/core/pre_estimater.hpp
@@ -26,6 +26,9 @@ namespace opt_utilities
do_estimate(d,m);
}
+ virtual ~pre_estimater()
+ {}
+
pre_estimater* clone()const
{
return this->do_clone();