mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
remove an extra space
This commit is contained in:
parent
1dd74c9831
commit
c6b7353a17
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
class InterfaceView : public QOpenGLWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
InterfaceView(QWidget* parent = 0, Qt::WindowFlags flags = 0);
|
||||
InterfaceView(QWidget* parent = 0, Qt::WindowFlags flags = 0);
|
||||
};
|
||||
|
||||
#endif // hifi_InterfaceView_h
|
||||
|
|
Loading…
Reference in a new issue