Fix clang build on OSX/Linux

This commit is contained in:
Miodrag Milanovic 2015-12-06 16:39:38 +01:00
parent ff21376524
commit 93d0471081

View File

@ -538,7 +538,9 @@ public:
virtual int create() override; virtual int create() override;
virtual int draw(const int update) override; virtual int draw(const int update) override;
int xy_to_render_target(const int x, const int y, int *xt, int *yt); #ifndef OSD_WINDOWS
int xy_to_render_target(const int x, const int y, int *xt, int *yt) override;
#endif
virtual void destroy() override; virtual void destroy() override;
virtual render_primitive_list *get_primitives() override virtual render_primitive_list *get_primitives() override
{ {