Skip to content

Commit

Permalink
Suppress MSVC warning in chat.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycu authored and Zeno- committed Jan 25, 2015
1 parent ed7c9c4 commit 5b55deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat.cpp
Expand Up @@ -774,5 +774,5 @@ void ChatBackend::scrollPageDown()

void ChatBackend::scrollPageUp()
{
m_console_buffer.scroll(-m_console_buffer.getRows());
m_console_buffer.scroll(-(s32)m_console_buffer.getRows());
}

0 comments on commit 5b55deb

Please sign in to comment.