Double semicolon -> semicolon

This commit is contained in:
August Sodora
2011-11-17 22:59:46 -05:00
parent 6e6546a5f7
commit 5b5747abcc

View File

@@ -11,7 +11,7 @@ LineNumberWindow::LineNumberWindow( Window* pParent, ModulWindow* pModulWin ) :
{
SetBackground(Wallpaper(GetSettings().GetStyleSettings().GetFieldColor()));
m_nBaseWidth = GetTextWidth(String('8'));
m_nWidth = m_nBaseWidth * 3 + m_nBaseWidth / 2;;
m_nWidth = m_nBaseWidth * 3 + m_nBaseWidth / 2;
}
LineNumberWindow::~LineNumberWindow() { }