aboutsummaryrefslogtreecommitdiffstats
path: root/include/texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/texture.hpp')
-rw-r--r--include/texture.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/texture.hpp b/include/texture.hpp
index 4202043..0611ded 100644
--- a/include/texture.hpp
+++ b/include/texture.hpp
@@ -73,7 +73,7 @@ public:
Texturec(uint amt,const char **paths);
Texturec(std::vector<std::string>vec);
- Texturec( std::initializer_list<std::string> l );
+ Texturec(std::initializer_list<std::string> l);
/**
* Frees memory taken by the image array.