aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/spritebatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/spritebatch.h')
-rw-r--r--yage/core/spritebatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/spritebatch.h b/yage/core/spritebatch.h
index fa93c5cb..c16b44f6 100644
--- a/yage/core/spritebatch.h
+++ b/yage/core/spritebatch.h
@@ -82,7 +82,7 @@ private:
public:
SpriteBatch();
SpriteBatch(const SpriteBatch &) = delete;
- SpriteBatch(SpriteBatch &&) = delete;
+ SpriteBatch(SpriteBatch &&) = delete;
~SpriteBatch();
SpriteBatch &operator=(const SpriteBatch &) = delete;