Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another mingw helper hand
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 20, 2022
1 parent ea4b4f3 commit c7fdd63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opengl/Blendish.cpp
Expand Up @@ -559,6 +559,9 @@ BlendishToolButton::BlendishToolButton(SubWidget* const parent)
setSize(BND_TOOL_WIDTH*bData->scaleFactor, BND_WIDGET_HEIGHT*bData->scaleFactor);
}

BlendishToolButton::~BlendishToolButton()
{}

void BlendishToolButton::setCallback(Callback* const cb)
{
callback = cb;
Expand Down
1 change: 1 addition & 0 deletions opengl/Blendish.hpp
Expand Up @@ -260,6 +260,7 @@ class BlendishToolButton : public BlendishSubWidget,

explicit BlendishToolButton(BlendishSubWidgetSharedContext* parent);
explicit BlendishToolButton(SubWidget* parent);
~BlendishToolButton() override;

void setCallback(Callback* callback);

Expand Down

0 comments on commit c7fdd63

Please sign in to comment.