Skip to content

Commit

Permalink
Fix compiler warning -Wdelete-non-virtual-dtor.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Aug 12, 2023
1 parent 2559132 commit 8298ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESP_SSLClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ESP_SSLClient
{
public:
ESP_SSLClient(){};
~ESP_SSLClient(){};
virtual ~ESP_SSLClient(){};
};

#endif

0 comments on commit 8298ebc

Please sign in to comment.