diff --git a/CompilerStack.h b/CompilerStack.h index 87946a6b9..8f77ef68a 100644 --- a/CompilerStack.h +++ b/CompilerStack.h @@ -125,7 +125,7 @@ private: std::shared_ptr scanner; std::shared_ptr ast; std::string interface; - bool isLibrary; + bool isLibrary = false; void reset() { scanner.reset(); ast.reset(); interface.clear(); isLibrary = false;} };