diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-23 13:44:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-23 13:45:32 +0300 |
commit | 7671856926e04c2708152d1c9f74217004cbc64c (patch) | |
tree | c36f9fec1768e1968c6fd0cf4e19884df30ce918 /include/vcl/openglwin.hxx | |
parent | 14045bbd2b724478bc47fafb3a47d119d2e70704 (diff) |
There is no separate vclopengl library since Oct 2014
Change-Id: Ie8ddac5cce6905c3a40350ff60fad24d4da43a66
Diffstat (limited to 'include/vcl/openglwin.hxx')
-rw-r--r-- | include/vcl/openglwin.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/openglwin.hxx b/include/vcl/openglwin.hxx index 9724eb3d9ffd..dfeb95c076e6 100644 --- a/include/vcl/openglwin.hxx +++ b/include/vcl/openglwin.hxx @@ -12,12 +12,12 @@ #include <vcl/event.hxx> #include <vcl/syschild.hxx> -#include <vcl/vclopengl_dllapi.hxx> +#include <vcl/dllapi.h> class OpenGLContext; class OpenGLWindowImpl; -class VCLOPENGL_DLLPUBLIC IRenderer +class VCL_DLLPUBLIC IRenderer { public: virtual ~IRenderer() {} @@ -30,7 +30,7 @@ public: }; // pImpl Pattern to avoid linking against OpenGL libs when using the class without the context -class VCLOPENGL_DLLPUBLIC OpenGLWindow : public vcl::Window +class VCL_DLLPUBLIC OpenGLWindow : public vcl::Window { public: OpenGLWindow(vcl::Window* pParent); |