summaryrefslogtreecommitdiffhomepage
path: root/logic/runtime-libraries.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/runtime-libraries.hpp')
-rw-r--r--logic/runtime-libraries.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/runtime-libraries.hpp b/logic/runtime-libraries.hpp
index cc96f0e7..1105c179 100644
--- a/logic/runtime-libraries.hpp
+++ b/logic/runtime-libraries.hpp
@@ -24,5 +24,5 @@ struct OTR_LOGIC_EXPORT runtime_libraries final
runtime_libraries(QFrame* frame, dylibptr t, dylibptr p, dylibptr f);
runtime_libraries() : pTracker(nullptr), pFilter(nullptr), pProtocol(nullptr), correct(false) {}
- bool correct;
+ bool correct = false;
};