Virtual default desctrutor of sft::Camaera

This commit is contained in:
Thomas FORGIONE 2015-03-14 14:48:16 +01:00
parent 34ca9dd9b8
commit 794c95ad33
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ class Camera
/// \param height height of the window
///////////////////////////////////////////////////
virtual void nextStep(int width, int height) = 0;
///////////////////////////////////////////////////
/// \brief Default destructor
///////////////////////////////////////////////////
virtual ~Camera() = default;
};
} // namespace sft