Changed data types

This commit is contained in:
YuSanka 2019-06-03 15:35:21 +02:00
parent e09207e27e
commit 51b18fddeb
6 changed files with 54 additions and 35 deletions

View file

@ -30,6 +30,7 @@ public:
void UpdateAndShow(const bool show) override;
void msw_rescale();
void on_change(t_config_option_key opt_key, const boost::any& value);
};
}}