Skip to content

Commit

Permalink
Default deconstructor
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Jul 17, 2023
1 parent 7169c45 commit 5819a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2i-hub/CARMAStreetsPlugin/src/CARMAStreetsPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace CARMAStreetsPlugin {
class CARMAStreetsPlugin: public PluginClientClockAware {
public:
CARMAStreetsPlugin(std::string);
virtual ~CARMAStreetsPlugin() ;
virtual ~CARMAStreetsPlugin() = default ;
int Main();
protected:

Expand Down

0 comments on commit 5819a5f

Please sign in to comment.