<swalker> timeless: the beOS nsWindow.cpp is missing a semicolon

This commit is contained in:
timeless%mozdev.org 2004-01-12 16:18:12 +00:00
parent cf4e458f32
commit 1a3e01e79d

View File

@ -303,7 +303,7 @@ PRBool nsWindow::DispatchWindowEvent(nsGUIEvent* event)
PRBool nsWindow::DispatchStandardEvent(PRUint32 aMsg)
{
nsGUIEvent event(aMsg, this)
nsGUIEvent event(aMsg, this);
InitEvent(event);
PRBool result = DispatchWindowEvent(&event);