diff options
Diffstat (limited to 'include/Image.h')
-rw-r--r-- | include/Image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Image.h b/include/Image.h index 7aac45d..4508b68 100644 --- a/include/Image.h +++ b/include/Image.h @@ -21,7 +21,7 @@ class Image : public Buffer { void Fill(Color = Color(0, 0, 0)); virtual String GetName() const; virtual bool CanWrite() const; - bool SupportsFormat(unsigned int); + bool SupportsFormat(unsigned int); private: unsigned int x, y; |