Fix a few signed unsigned mismatches
This commit is contained in:
@@ -291,7 +291,7 @@ AIHTTPView::~AIHTTPView()
|
||||
mGLHTTPHeaderBar = NULL;
|
||||
}
|
||||
|
||||
U32 AIHTTPView::updateColumn(int col, U32 start)
|
||||
U32 AIHTTPView::updateColumn(U32 col, U32 start)
|
||||
{
|
||||
if (col > mStartColumn.size())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user