Fixes Clang warnings.
@ -42,8 +42,7 @@ namespace Implementation { struct DebugState; }
@brief Base for all OpenGL objects
*/
class MAGNUM_EXPORT AbstractObject {
friend class Context;
friend class Implementation::DebugState;
friend struct Implementation::DebugState;
public:
/**
@ -69,7 +69,7 @@ With default callback the messages will be printed on standard output:
Hello from OpenGL command stream!
class MAGNUM_EXPORT DebugMessage {