1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

fixed "class is implicitly friended with itself" warning

This commit is contained in:
andheh 2018-02-26 10:24:43 +01:00 committed by James Crook
parent e6ba33c247
commit 0a362e241c

View File

@ -50,7 +50,6 @@ private:
bool mbBringToTop;
bool bHasBackground;
bool bHasBringToTop;
friend class ScreenshotCommand;
friend class ScreenFrame;
public: