mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed some legacy friend class declarations that are no longer needed with modern compilers
This commit is contained in:
parent
6d55fe78fe
commit
974b4a8351
56 changed files with 64 additions and 179 deletions
|
|
@ -977,8 +977,6 @@ public:
|
|||
private:
|
||||
//==============================================================================
|
||||
JUCE_PUBLIC_IN_DLL_BUILD (class Pimpl)
|
||||
friend class Pimpl;
|
||||
friend struct ContainerDeletePolicy<Pimpl>;
|
||||
std::unique_ptr<Pimpl> pimpl;
|
||||
|
||||
void init (SliderStyle, TextEntryBoxPosition);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue