mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 09:13:55 +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);
|
void run(const render::SceneContextPointer& sceneContext, const render::RenderContextPointer& renderContext);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class Config;
|
friend class DebugDeferredBufferConfig;
|
||||||
|
|
||||||
enum Mode : uint8_t {
|
enum Mode : uint8_t {
|
||||||
Diffuse = 0,
|
Diffuse = 0,
|
||||||
|
|
Loading…
Reference in a new issue