2 ===================================================================
3 --- src/global.h (revision 27475)
4 +++ src/global.h (working copy)
7 /* Make sure everyone has min and max: */
11 /* Everything will need string for one reason or another: */
17 Index: src/ScreenOptionsMasterPrefs.cpp
18 ===================================================================
19 --- src/ScreenOptionsMasterPrefs.cpp (revision 27475)
20 +++ src/ScreenOptionsMasterPrefs.cpp (working copy)
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 );