Skip to content

Commit

Permalink
[openMVG/sfm/pipelines] Memory management. openMVG#385
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Sep 5, 2015
1 parent ef3449b commit 9aff4fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/openMVG/sfm/pipelines/sfm_engine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class ReconstructionEngine
{
}

virtual ~ReconstructionEngine() {}

virtual bool Process() = 0;

bool Get_bFixedIntrinsics() const {return _bFixedIntrinsics;}
Expand Down

0 comments on commit 9aff4fa

Please sign in to comment.