We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/hoot-js/src/main/cpp/hoot/js/util/LogJs.cpp b/hoot-js/src/main/cpp/hoot/js/util/LogJs.cpp index 4a11a97..746bfe9 100644 --- a/hoot-js/src/main/cpp/hoot/js/util/LogJs.cpp +++ b/hoot-js/src/main/cpp/hoot/js/util/LogJs.cpp @@ -49,7 +49,9 @@ LogJs::LogJs() { } -LogJs::~LogJs() {} +LogJs::~LogJs() +{ +} void LogJs::Init(Handle<Object> exports) {