diff options
author | pixel <pixel> | 2007-04-14 11:12:56 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-04-14 11:12:56 +0000 |
commit | 6d8d83e2890fec4af3b74f61b7ebfe376e73286b (patch) | |
tree | 5b882086bf8547831b83bd8e7b0ba1127b94a63c /include | |
parent | 79e08a88a832597996acc2b39dda462a4016513f (diff) |
4-spaces per tab is one of the biggest absurdity on earth.
Diffstat (limited to 'include')
-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; |