Made destructor virtual.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@447 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
64907c388c
commit
eefde5a6df
|
@ -39,7 +39,7 @@ protected:
|
|||
|
||||
public:
|
||||
Camera( SourceType p_type, int p_width, int p_height, int p_colours, bool p_capture=true );
|
||||
~Camera();
|
||||
virtual ~Camera();
|
||||
|
||||
SourceType Type() const { return( type ); }
|
||||
bool IsLocal() const { return( type == LOCAL ); }
|
||||
|
|
Loading…
Reference in New Issue