From 0a362e241cf1b97c7389aa182e3d8a70fcaa3c1f Mon Sep 17 00:00:00 2001 From: andheh <36114788+andheh@users.noreply.github.com> Date: Mon, 26 Feb 2018 10:24:43 +0100 Subject: [PATCH] fixed "class is implicitly friended with itself" warning --- src/commands/ScreenshotCommand.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/ScreenshotCommand.h b/src/commands/ScreenshotCommand.h index 0e9d43522..72e2806df 100644 --- a/src/commands/ScreenshotCommand.h +++ b/src/commands/ScreenshotCommand.h @@ -50,7 +50,6 @@ private: bool mbBringToTop; bool bHasBackground; bool bHasBringToTop; - friend class ScreenshotCommand; friend class ScreenFrame; public: