Skip to content

Commit

Permalink
Updated MainWindow constructor for new (old?) SceneInputFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Aug 23, 2009
1 parent f79af99 commit 25d4aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g3d/MainWindow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MainWindow::MainWindow() : ogreView(new OgreGLWidget()),
scene(new QGraphicsScene()),
cmdInterp(new CommandInterpreter()),
window(new QWidget()),
inputFilter(new SceneInputFilter(ogreView, window)),
inputFilter(new SceneInputFilter(ogreView)),
cmdDialog(new CommandDialog())
{
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
Expand Down

0 comments on commit 25d4aa2

Please sign in to comment.