Fixed stray control character

This commit is contained in:
Robert Osfield
2007-06-04 15:11:46 +00:00
parent 1f2cfa91c3
commit 757c3c56b2

View File

@@ -107,7 +107,7 @@ void AdapterWidget::mouseMoveEvent( QMouseEvent* event )
class ViewerQT : public osgViewer::Viewer, public AdapterWidget
{
{
public:
ViewerQT(QWidget * parent = 0, const char * name = 0, const QGLWidget * shareWidget = 0, WFlags f = 0):