correct ScanRow forward declares
This commit is contained in:
		
							parent
							
								
									eacc143ea0
								
							
						
					
					
						commit
						af70e8c1ff
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
class SceneElement;
 | 
					class SceneElement;
 | 
				
			||||||
class Viewport;
 | 
					class Viewport;
 | 
				
			||||||
class Window;
 | 
					class Window;
 | 
				
			||||||
class ScanRow;
 | 
					struct ScanRow;
 | 
				
			||||||
struct TilemapPrivate;
 | 
					struct TilemapPrivate;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Scene
 | 
					class Scene
 | 
				
			||||||
| 
						 | 
					@ -63,7 +63,7 @@ protected:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	friend class SceneElement;
 | 
						friend class SceneElement;
 | 
				
			||||||
	friend class Window;
 | 
						friend class Window;
 | 
				
			||||||
	friend class ScanRow;
 | 
						friend struct ScanRow;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class SceneElement
 | 
					class SceneElement
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue