Fix friend class typedef confusion in gcc

This commit is contained in:
Zach Pomerantz 2016-01-26 12:44:56 -08:00
parent 5b1834d7be
commit 2d0d542765

View file

@ -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,