Skip to content

Commit

Permalink
Add virtual destructor definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ayikahmet committed Dec 14, 2023
1 parent 8012395 commit ed67c9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ObjectDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@



cr::detector::ObjectDetector::~ObjectDetector()
{

}



std::string cr::detector::ObjectDetector::getVersion()
{
return OBJECT_DETECTOR_VERSION;
Expand Down

0 comments on commit ed67c9d

Please sign in to comment.