Explicit destructors

This commit is contained in:
Sara Damiano
2019-07-17 10:31:54 -04:00
14 changed files with 74 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ public:
: TinyGsmSim800(stream)
{}
virtual ~TinyGsmSim808(){}
/*
* GPS location functions
*/