1
0
Fork 0

Fix a few warnings. Reported by Xulchris

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2271
This commit is contained in:
Peter Veenstra 2005-08-10 20:36:36 +00:00
parent f9e7488309
commit d0b017e5b3
3 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: sdl_mapper.cpp,v 1.13 2005-07-19 19:45:31 qbix79 Exp $ */
/* $Id: sdl_mapper.cpp,v 1.14 2005-08-10 20:36:36 qbix79 Exp $ */
#define OLD_JOYSTICK 1
@ -967,7 +967,7 @@ protected:
};
struct {
static struct {
CCaptionButton * event_title;
CCaptionButton * bind_title;
CCaptionButton * selected;