summaryrefslogtreecommitdiff
path: root/plugins/FloatingContacts/bitmap_funcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FloatingContacts/bitmap_funcs.h')
-rw-r--r--plugins/FloatingContacts/bitmap_funcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/bitmap_funcs.h b/plugins/FloatingContacts/bitmap_funcs.h
index b7f55a43d7..85bbee2004 100644
--- a/plugins/FloatingContacts/bitmap_funcs.h
+++ b/plugins/FloatingContacts/bitmap_funcs.h
@@ -94,7 +94,7 @@ public:
void IncreaseAlpha(float q);
void DrawIcon(HICON hic, int x, int y, int w = 0, int h = 0);
- void DrawText(TCHAR *str, int x, int y, int blur=0, int strength = 0);
+ void DrawText(TCHAR *str, int x, int y, int blur = 0, int strength = 0);
__forceinline COLOR32 *getBits() { return bits; }
__forceinline COLOR32 *getRow(int row) { return bits + row * width; }