hamlib 0.1.9 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/hamlib.h CHANGED
@@ -31,6 +31,7 @@ protected:
31
31
  class NodeHamLib : public Napi::ObjectWrap<NodeHamLib> {
32
32
  public:
33
33
  NodeHamLib(const Napi::CallbackInfo&);
34
+ ~NodeHamLib(); // Add destructor declaration
34
35
  Napi::Value Open(const Napi::CallbackInfo&);
35
36
  Napi::Value SetVFO(const Napi::CallbackInfo&);
36
37
  Napi::Value SetFrequency(const Napi::CallbackInfo&);