renderer_opengl: Correct forward declaration of FramebufferLayout

This is actually a struct, not a class, which can lead to compilation
warnings.
This commit is contained in:
Lioncash 2018-12-26 17:32:30 -05:00
parent 8047873a66
commit 67fa21e143

View File

@ -17,7 +17,7 @@ class EmuWindow;
} }
namespace Layout { namespace Layout {
class FramebufferLayout; struct FramebufferLayout;
} }
namespace OpenGL { namespace OpenGL {