aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index 7a0cb7c0fd..6018b120bc 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -21,8 +21,8 @@
class SkOSWindow : public SkWindow {
public:
struct WindowInit {
- TCHAR* fClass;
- HINSTANCE fInstance;
+ const TCHAR* fClass;
+ HINSTANCE fInstance;
};
SkOSWindow(const void* winInit);