From 8060a2de98c31ed8bf76cb2db1e8983ef38488bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Tue, 11 Apr 2017 13:16:59 +0200 Subject: Fix pure virtual function calls and segfaults. --- plugingui/humanizerframecontent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/humanizerframecontent.h') diff --git a/plugingui/humanizerframecontent.h b/plugingui/humanizerframecontent.h index ddbcf6a..530742b 100644 --- a/plugingui/humanizerframecontent.h +++ b/plugingui/humanizerframecontent.h @@ -53,8 +53,8 @@ public: layout.addItem(control); } +private: VBoxLayout layout{this}; - Label caption{this}; }; -- cgit v1.2.3