mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 01:03:59 +02:00
Fix friend class typedef confusion in gcc
This commit is contained in:
parent
5b1834d7be
commit
2d0d542765
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public:
|
|||
void run(const render::SceneContextPointer& sceneContext, const render::RenderContextPointer& renderContext);
|
||||
|
||||
protected:
|
||||
friend class Config;
|
||||
friend class DebugDeferredBufferConfig;
|
||||
|
||||
enum Mode : uint8_t {
|
||||
Diffuse = 0,
|
||||
|
|
Loading…
Reference in a new issue