Made destructor virtual.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@447 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-04-07 10:43:12 +00:00
parent 64907c388c
commit eefde5a6df
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ protected:
public: public:
Camera( SourceType p_type, int p_width, int p_height, int p_colours, bool p_capture=true ); 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 ); } SourceType Type() const { return( type ); }
bool IsLocal() const { return( type == LOCAL ); } bool IsLocal() const { return( type == LOCAL ); }