Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Give a little hand to mingw lto builds
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 1, 2022
1 parent bec0810 commit e609d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opengl/Quantum.cpp
Expand Up @@ -588,6 +588,10 @@ QuantumMixerSlider::QuantumMixerSlider(NanoSubWidget* const parent, const Quantu
setSize(QuantumMetrics(t).mixerSlider);
}

QuantumMixerSlider::~QuantumMixerSlider()
{
}

Rectangle<int> QuantumMixerSlider::getValueFieldAbsoluteArea() const noexcept
{
const uint width = getWidth();
Expand Down
1 change: 1 addition & 0 deletions opengl/Quantum.hpp
Expand Up @@ -329,6 +329,7 @@ class QuantumMixerSlider : public NanoSubWidget,
public:
explicit QuantumMixerSlider(TopLevelWidget* parent, const QuantumTheme& theme);
explicit QuantumMixerSlider(NanoSubWidget* parent, const QuantumTheme& theme);
~QuantumMixerSlider() override;

Rectangle<int> getValueFieldAbsoluteArea() const noexcept;

Expand Down

0 comments on commit e609d5e

Please sign in to comment.