fix vc7 warnings
This commit is contained in:
@@ -107,12 +107,6 @@ static void MoveData( int &sel, int &opt, bool ToSel )
|
||||
else opt = !!sel;
|
||||
}
|
||||
|
||||
static void MoveData( int &sel, bool &opt, bool ToSel )
|
||||
{
|
||||
if( ToSel ) sel = opt;
|
||||
else opt = !!sel;
|
||||
}
|
||||
|
||||
template<class T>
|
||||
static void MoveData( int &sel, Preference<T> &opt, bool ToSel )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user