v0.2.53..v0.2.54 changeset LogJs.cpp - ngageoint/hootenanny GitHub Wiki
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)
{