diff options
Diffstat (limited to 'ui/native_theme/native_theme.h')
| -rw-r--r-- | ui/native_theme/native_theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h index 057d49c..a9f56d5 100644 --- a/ui/native_theme/native_theme.h +++ b/ui/native_theme/native_theme.h @@ -199,6 +199,7 @@ class NATIVE_THEME_EXPORT NativeTheme { union NATIVE_THEME_EXPORT ExtraParams { ExtraParams(); + ExtraParams(const ExtraParams& other); ButtonExtraParams button; InnerSpinButtonExtraParams inner_spin; |
