This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
A couple more fixes for Clang pedantic warnings
tags/2021-05-28
jules
9 years ago
parent
fdc04d2d2c
commit
adfe457b64
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extras/Introjucer/Source/ComponentEditor/jucer_JucerDocument.h
+1
-1
extras/Introjucer/Source/Utility/jucer_SlidingPanelComponent.h
+ 1
- 1
extras/Introjucer/Source/ComponentEditor/jucer_JucerDocument.h
View File
@@ -172,7 +172,7 @@ private:
void userEditedCpp();
bool documentAboutToClose (OpenDocumentManager::Document*) override;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (JucerDocument)
;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (JucerDocument)
};
+ 1
- 1
extras/Introjucer/Source/Utility/jucer_SlidingPanelComponent.h
View File
@@ -78,7 +78,7 @@ private:
Component pageHolder;
int currentIndex, dotSize;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (SlidingPanelComponent)
;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (SlidingPanelComponent)
};
Write
Preview
Loading…
Cancel
Save