aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Texture.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-28 10:21:22 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-28 10:21:22 +0100
commitca81cf4cdb99cfe42359526ff3840f58f4cf214a (patch)
treea0e7b53a39ed9ceba1b8dca20d5dee7a89c52520 /src/crepe/api/Texture.h
parent7508f7b26e73df24e2fcb4296b31d26470fddf76 (diff)
make format
Diffstat (limited to 'src/crepe/api/Texture.h')
-rw-r--r--src/crepe/api/Texture.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/crepe/api/Texture.h b/src/crepe/api/Texture.h
index dc4a6d7..7206a66 100644
--- a/src/crepe/api/Texture.h
+++ b/src/crepe/api/Texture.h
@@ -35,11 +35,11 @@ public:
*/
~Texture();
// FIXME: this constructor shouldn't be necessary because this class doesn't manage memory
-
- Texture(Texture&& other) noexcept;
- Texture& operator=(Texture&& other) noexcept;
- Texture(const Texture&) = delete;
- Texture& operator=(const Texture&) = delete;
+
+ Texture(Texture && other) noexcept;
+ Texture & operator=(Texture && other) noexcept;
+ Texture(const Texture &) = delete;
+ Texture & operator=(const Texture &) = delete;
/**
* \brief Gets the width of the texture.