mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 12:04:03 +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 {
|
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
|
||||||
|
|
Loading…
Reference in a new issue