From ddd26ed83d3ac0335562f762ced273a1d62bd959 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 23 Dec 2017 01:37:09 +0000 Subject: [Style] Updated style in files. --- yage/core/spritebatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yage/core/spritebatch.h') 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; -- cgit