remove an extra space

This commit is contained in:
Stephen Birarda 2015-01-28 16:57:30 -08:00
parent 1dd74c9831
commit c6b7353a17

View file

@ -17,7 +17,7 @@
class InterfaceView : public QOpenGLWidget { class InterfaceView : public QOpenGLWidget {
Q_OBJECT Q_OBJECT
public: public:
InterfaceView(QWidget* parent = 0, Qt::WindowFlags flags = 0); InterfaceView(QWidget* parent = 0, Qt::WindowFlags flags = 0);
}; };
#endif // hifi_InterfaceView_h #endif // hifi_InterfaceView_h