Skip to content

Commit c08bae7

Browse files
Merge pull request #2 from ConstantRobotics-Ltd/add-virtual-destructor
Add virtual destructor definition
2 parents e5fccf7 + 3ba8f39 commit c08bae7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/VSource.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ using namespace cr::video;
99

1010

1111

12+
VSource::~VSource()
13+
{
14+
15+
}
16+
17+
18+
1219
std::string VSource::getVersion()
1320
{
1421
return VSOURCE_VERSION;

0 commit comments

Comments
 (0)