summaryrefslogtreecommitdiffstats
path: root/src/common/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/image.h')
-rw-r--r--src/common/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/image.h b/src/common/image.h
index afbebc2..b93f2f9 100644
--- a/src/common/image.h
+++ b/src/common/image.h
@@ -110,7 +110,7 @@ public:
std::string GetError();
//! Flips the image vertically
- void flipVertical();
+ void flipVertically();
//! sets/replaces the pixels from the surface
void SetDataPixels(void *pixels);