summary refs log tree commit diff stats
path: root/src/renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.h')
-rw-r--r--src/renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.h b/src/renderer.h index 90ec101..84ad688 100644 --- a/src/renderer.h +++ b/src/renderer.h
@@ -15,7 +15,7 @@ class Texture {
15 public: 15 public:
16 Texture(int width, int height); 16 Texture(int width, int height);
17 Texture(const char* file); 17 Texture(const char* file);
18 Texture(Texture& tex); 18 Texture(const Texture& tex);
19 Texture(Texture&& tex); 19 Texture(Texture&& tex);
20 ~Texture(); 20 ~Texture();
21 Texture& operator= (Texture tex); 21 Texture& operator= (Texture tex);