Skip to content

Commit 468e9cb

Browse files
committed
Surface is a struct, not a class
svn-id: r30788
1 parent 3cd1e60 commit 468e9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/game.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "common/hash-str.h"
3232

3333
namespace Graphics {
34-
class Surface;
34+
struct Surface;
3535
}
3636

3737
/**

0 commit comments

Comments
 (0)