diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-11 13:16:59 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-11 13:16:59 +0200 |
commit | 8060a2de98c31ed8bf76cb2db1e8983ef38488bb (patch) | |
tree | 5bf66b0b6ef544ff28fcdb19551e635642eef0c8 /plugingui/humanizerframecontent.h | |
parent | a04d1601f75ffcddf41421097ab1bcd4e27c89dd (diff) |
Fix pure virtual function calls and segfaults.
Diffstat (limited to 'plugingui/humanizerframecontent.h')
-rw-r--r-- | plugingui/humanizerframecontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
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}; }; |