summaryrefslogtreecommitdiff
path: root/wx+/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/dc.h')
-rw-r--r--wx+/dc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/dc.h b/wx+/dc.h
index e22820a7..48d0fe72 100644
--- a/wx+/dc.h
+++ b/wx+/dc.h
@@ -136,7 +136,7 @@ wxBitmap toScaledBitmap(const wxImage& img /*expected to be DPI-scaled!*/)
//all this shit just because wxDC::SetScaleFactor() is missing:
-inline
+inline
void setScaleFactor(wxDC& dc, double scale)
{
struct wxDcSurgeon : public wxDCImpl
bgstack15