mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
fixed building with clang 15.0.0 on windows
This commit is contained in:
parent
8cedd95c07
commit
b04231ce1b
@ -29,7 +29,7 @@ protected:
|
|||||||
virtual void recompute_children() override;
|
virtual void recompute_children() override;
|
||||||
virtual bool handle_command(WPARAM wparam, LPARAM lparam) override;
|
virtual bool handle_command(WPARAM wparam, LPARAM lparam) override;
|
||||||
virtual void draw_contents(HDC dc) override;
|
virtual void draw_contents(HDC dc) override;
|
||||||
virtual void save_configuration_to_node(util::xml::data_node &node);
|
virtual void save_configuration_to_node(util::xml::data_node &node) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
virtual void process_string(const std::string &string) override;
|
virtual void process_string(const std::string &string) override;
|
||||||
|
Loading…
Reference in New Issue
Block a user