aboutsummaryrefslogtreecommitdiffstats
path: root/src/projectile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/projectile.cpp')
-rw-r--r--src/projectile.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/projectile.cpp b/src/projectile.cpp
index de7b10e..e65222e 100644
--- a/src/projectile.cpp
+++ b/src/projectile.cpp
@@ -6,7 +6,6 @@ Projectile::Projectile(Vector2 const& dir, Vector2 const& pos)
Projectile::~Projectile() {}
-Projectile *
-Projectile::getProjectile() {
+Projectile* Projectile::getProjectile() {
return (this);
}