mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2025-02-11 19:35:42 +00:00
missing includes
missing virtual destructor git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@146 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
parent
a55d12f145
commit
e984450f7b
@ -20,6 +20,8 @@
|
||||
#define INPUTDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "SDL_Joystick/include/SDL_event.h"
|
||||
|
||||
static const int KBD_VALUE = 0;
|
||||
|
@ -44,6 +44,7 @@ protected:
|
||||
}
|
||||
|
||||
public:
|
||||
virtual ~OsdElement() {}
|
||||
unsigned x() const { return x_; }
|
||||
unsigned y() const { return y_; }
|
||||
unsigned w() const { return w_; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user