Browse Source

Minor cleanup.

Fixes Clang warnings.
pull/38/head
Vladimír Vondruš 13 years ago
parent
commit
50d0cb6e1e
  1. 3
      src/AbstractObject.h
  2. 2
      src/DebugMessage.h

3
src/AbstractObject.h

@ -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:
/**

2
src/DebugMessage.h

@ -69,7 +69,7 @@ With default callback the messages will be printed on standard output:
Hello from OpenGL command stream!
*/
class MAGNUM_EXPORT DebugMessage {
friend class Implementation::DebugState;
friend struct Implementation::DebugState;
public:
/**

Loading…
Cancel
Save