diff --git a/cpp/libjsonnet++.cpp b/cpp/libjsonnet++.cpp index 4f0ebf3b5..2b1a84830 100644 --- a/cpp/libjsonnet++.cpp +++ b/cpp/libjsonnet++.cpp @@ -17,7 +17,7 @@ limitations under the License. #include "libjsonnet++.h" namespace jsonnet { -Jsonnet::Jsonnet() {} +Jsonnet::Jsonnet(): vm_(nullptr) {} Jsonnet::~Jsonnet() {