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 acf5bf30..08226c5d 100644
--- a/logic/runtime-libraries.hpp
+++ b/logic/runtime-libraries.hpp
@@ -26,7 +26,7 @@ public:
std::shared_ptr<IProtocol> 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;
};