mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	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:
		
							parent
							
								
									096e2a7ceb
								
							
						
					
					
						commit
						d2aac218a6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -14,7 +14,7 @@ | |||
| #include "video_core/renderer_opengl/gl_state.h" | ||||
| 
 | ||||
| namespace Layout { | ||||
| class FramebufferLayout; | ||||
| struct FramebufferLayout; | ||||
| } | ||||
| 
 | ||||
| namespace OpenGL { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue