From 93edc6ad4da5f94d75c910252df5e3cbfc317319 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 18 Jan 2019 08:20:33 +0100 Subject: logic/runtime-libraries: use default ctor --- logic/runtime-libraries.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic') diff --git a/logic/runtime-libraries.hpp b/logic/runtime-libraries.hpp index acf5bf30..08226c5d 100644 --- a/logic/runtime-libraries.hpp +++ b/logic/runtime-libraries.hpp @@ -26,7 +26,7 @@ public: std::shared_ptr pProtocol; runtime_libraries(QFrame* frame, dylibptr t, dylibptr p, dylibptr f); - runtime_libraries() : pTracker(nullptr), pFilter(nullptr), pProtocol(nullptr), correct(false) {} + runtime_libraries() = default; bool correct = false; }; -- cgit v1.2.3