renderer_opengl: Correct forward declaration of FramebufferLayout

This is actually a struct, not a class, which can lead to compilation
warnings.
pull/8/head
Lioncash 7 years ago
parent 8047873a66
commit 67fa21e143

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

Loading…
Cancel
Save