updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / stepmania-svn / stepmania-svn-gcc43.patch
blob456757773a43e11b9729485863408813277d39a7
1 Index: src/global.h
2 ===================================================================
3 --- src/global.h (revision 27475)
4 +++ src/global.h (working copy)
5 @@ -45,9 +45,11 @@
7 /* Make sure everyone has min and max: */
8 #include <algorithm>
9 +#include <memory>
11 /* Everything will need string for one reason or another: */
12 #include <string>
13 +#include <cstring>
15 /* And vector: */
16 #include <vector>
17 Index: src/ScreenOptionsMasterPrefs.cpp
18 ===================================================================
19 --- src/ScreenOptionsMasterPrefs.cpp (revision 27475)
20 +++ src/ScreenOptionsMasterPrefs.cpp (working copy)
21 @@ -127,7 +127,7 @@
24 template <>
25 -static void MovePref<bool>( int &iSel, bool bToSel, const ConfOption *pConfOption )
26 +void MovePref<bool>( int &iSel, bool bToSel, const ConfOption *pConfOption )
28 IPreference *pPref = IPreference::GetPreferenceByName( pConfOption->m_sPrefName );
29 ASSERT_M( pPref != NULL, pConfOption->m_sPrefName );