summaryrefslogtreecommitdiff
path: root/scaler.h
diff options
context:
space:
mode:
Diffstat (limited to 'scaler.h')
-rw-r--r--scaler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scaler.h b/scaler.h
index 0ef336f..cc6a8bb 100644
--- a/scaler.h
+++ b/scaler.h
@@ -32,7 +32,7 @@
class cScaler {
public:
- static cBitmap *scaleBitmap(cBitmap *src, uint32_t width, uint32_t height);
+ static cBitmap *scaleBitmap(cBitmap *source, int width, int height);
};