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:
sinamas 2008-05-20 11:21:03 +00:00
parent a55d12f145
commit e984450f7b
2 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -44,6 +44,7 @@ protected:
}
public:
virtual ~OsdElement() {}
unsigned x() const { return x_; }
unsigned y() const { return y_; }
unsigned w() const { return w_; }