diff options
Diffstat (limited to 'app/win')
-rw-r--r-- | app/win/window_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/win/window_impl.h b/app/win/window_impl.h index fb5d512..2f6a2ab 100644 --- a/app/win/window_impl.h +++ b/app/win/window_impl.h @@ -68,7 +68,7 @@ class WindowImpl : public MessageMapInterface { DCHECK_EQ((class_style & CS_GLOBALCLASS), 0); class_style_ = class_style; } - UINT initial_class_style() { return class_style_; } + UINT initial_class_style() const { return class_style_; } protected: // Handles the WndProc callback for this object. |