Skip to content

Commit

Permalink
Merge pull request #2 from ConstantRobotics-Ltd/add-virtual-destructor
Browse files Browse the repository at this point in the history
Add virtual destructor definition
  • Loading branch information
ConstantRobotics authored Dec 14, 2023
2 parents e5fccf7 + 3ba8f39 commit c08bae7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/VSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ using namespace cr::video;



VSource::~VSource()
{

}



std::string VSource::getVersion()
{
return VSOURCE_VERSION;
Expand Down

0 comments on commit c08bae7

Please sign in to comment.