diff --git a/src/Magnum/Context.h b/src/Magnum/Context.h index 9ce65c437..4a3e5368e 100644 --- a/src/Magnum/Context.h +++ b/src/Magnum/Context.h @@ -474,10 +474,11 @@ class MAGNUM_EXPORT Context { */ DetectedDrivers detectedDriver(); - #ifndef DOXYGEN_GENERATING_OUTPUT + #ifdef DOXYGEN_GENERATING_OUTPUT + private: + #endif bool isDriverWorkaroundDisabled(const std::string& workaround); Implementation::State& state() { return *_state; } - #endif private: static Context* _current;