diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-09-11 16:55:42 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-09-11 16:55:42 +0000 |
commit | 312f07dbe0fc9e927678a6d6d62188287413a6aa (patch) | |
tree | 11828dba68b1462eb4d53f5791a1242cda453ce8 /core | |
parent | 568e1711e0db3986ef8733a319556cce83a5056c (diff) | |
download | opt-utilities-312f07dbe0fc9e927678a6d6d62188287413a6aa.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@244 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core')
-rw-r--r-- | core/pre_estimater.hpp | 3 |
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(); |