From 543daf2394f534e5052e8055307415fa8ab7d407 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 22 Oct 2014 19:16:36 +0200 Subject: fix statically linked octopus --- ftnoir_posewidget/glwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftnoir_posewidget/glwidget.h') diff --git a/ftnoir_posewidget/glwidget.h b/ftnoir_posewidget/glwidget.h index 6ac12fbf..43a0f853 100644 --- a/ftnoir_posewidget/glwidget.h +++ b/ftnoir_posewidget/glwidget.h @@ -7,7 +7,7 @@ #pragma once -#include +#include #include #include "opentrack/plugin-api.hpp" @@ -47,7 +47,7 @@ struct Vec2f { } }; -class OPENTRACK_EXPORT GLWidget : public QWidget +class GLWidget : public QWidget { public: GLWidget(QWidget *parent); -- cgit v1.2.3