File diff r24596:eddf98238034 → r24597:afde5721a3b6
src/osk_gui.cpp
Show inline comments
 
@@ -243,7 +243,7 @@ static void AddKey(NWidgetHorizontal *ho
 
		hor->Add(leaf);
 
	}
 

	
 
	*biggest_index = max(*biggest_index, widnum);
 
	*biggest_index = std::max(*biggest_index, widnum);
 
}
 

	
 
/** Construct the top row keys (cancel, ok, backspace). */