summaryrefslogtreecommitdiff
path: root/src/Level.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Level.h')
-rw-r--r--src/Level.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Level.h b/src/Level.h
index f0cec68..a0b571e 100644
--- a/src/Level.h
+++ b/src/Level.h
@@ -45,7 +45,7 @@ struct Pos {
int x;
int y;
sf::RectangleShape sprite;
-} typedef Pos;
+};
class Level {