correct ScanRow forward declares

This commit is contained in:
Edward Rudd 2013-12-31 16:31:24 -05:00
parent eacc143ea0
commit af70e8c1ff
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
class SceneElement;
class Viewport;
class Window;
class ScanRow;
struct ScanRow;
struct TilemapPrivate;
class Scene
@ -63,7 +63,7 @@ protected:
friend class SceneElement;
friend class Window;
friend class ScanRow;
friend struct ScanRow;
};
class SceneElement