From 1634336dae8e2044fb06f06e817e2dcece495d04 Mon Sep 17 00:00:00 2001 From: stephena Date: Wed, 8 May 2013 23:48:24 +0000 Subject: [PATCH] Updated VS project file for Variant class, and fixed a small warning. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2727 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/gui/LauncherDialog.cxx | 2 +- src/win32/Stella.vcxproj | 1 + src/win32/Stella.vcxproj.filters | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/gui/LauncherDialog.cxx b/src/gui/LauncherDialog.cxx index 14ab82f63..d5632320e 100644 --- a/src/gui/LauncherDialog.cxx +++ b/src/gui/LauncherDialog.cxx @@ -174,7 +174,7 @@ LauncherDialog::LauncherDialog(OSystem* osystem, DialogContainer* parent, mySelectedItem = 0; // Highlight 'Rom Listing' // Create an options dialog, similar to the in-game one - myOptions = new OptionsDialog(osystem, parent, this, w * 0.8, h * 0.8, true); + myOptions = new OptionsDialog(osystem, parent, this, int(w * 0.8), int(h * 0.8), true); // Create a game list, which contains all the information about a ROM that // the launcher needs diff --git a/src/win32/Stella.vcxproj b/src/win32/Stella.vcxproj index 3afab44ea..21a2591dc 100644 --- a/src/win32/Stella.vcxproj +++ b/src/win32/Stella.vcxproj @@ -467,6 +467,7 @@ SDLmain.lib + diff --git a/src/win32/Stella.vcxproj.filters b/src/win32/Stella.vcxproj.filters index e8ccefc15..0608e0e38 100644 --- a/src/win32/Stella.vcxproj.filters +++ b/src/win32/Stella.vcxproj.filters @@ -1439,6 +1439,9 @@ Header Files\gui + + Header Files +