1
0
Fork 0
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:
reuk 2024-05-23 15:54:55 +01:00
parent e12a1a75ac
commit 4201b76d15
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
6 changed files with 28 additions and 14 deletions

View file

@ -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;