mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ResizableWindow: Add const to virtual members
This commit is contained in:
parent
e12a1a75ac
commit
4201b76d15
6 changed files with 28 additions and 14 deletions
|
|
@ -233,7 +233,7 @@ public:
|
|||
const AudioProcessorGraph::Node::Ptr node;
|
||||
const Type type;
|
||||
|
||||
BorderSize<int> getBorderThickness() override
|
||||
BorderSize<int> getBorderThickness() const override
|
||||
{
|
||||
#if JUCE_IOS || JUCE_ANDROID
|
||||
const int border = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue