Skip to content

Commit

Permalink
GUI2/Scrollbar Container: marked destructor as virtual, as it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Aug 26, 2017
1 parent 74935c4 commit 9bb6ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/scrollbar_container.hpp
Expand Up @@ -52,7 +52,7 @@ class scrollbar_container : public container_base
public:
explicit scrollbar_container(const implementation::builder_styled_widget& builder, const std::string& control_type);

~scrollbar_container()
virtual ~scrollbar_container()
{
}

Expand Down

0 comments on commit 9bb6ab0

Please sign in to comment.