diff options
Diffstat (limited to 'views/widget/native_widget.h')
-rw-r--r-- | views/widget/native_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/native_widget.h b/views/widget/native_widget.h index 866598e..9289fde 100644 --- a/views/widget/native_widget.h +++ b/views/widget/native_widget.h @@ -23,7 +23,7 @@ class NativeWidgetPrivate; // Widget's native_widget() accessor, which code occasionally static_casts to // a known implementation in platform-specific code. // -class VIEWS_API NativeWidget { +class VIEWS_EXPORT NativeWidget { public: virtual ~NativeWidget() {} |