Win build: explicit default contstructor/destructor ofor OpenGLConext
Change-Id: I3f73da70ba798305b67dbb1a7becfa4f21166571
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
class VCLOPENGL_DLLPUBLIC OpenGLContext
|
||||
{
|
||||
public:
|
||||
OpenGLContext();
|
||||
~OpenGLContext();
|
||||
|
||||
bool init(OpenGLRender& rGLRender);
|
||||
void setWinSize(const Size& rSize);
|
||||
|
||||
|
@@ -12,6 +12,14 @@
|
||||
|
||||
using namespace com::sun::star;
|
||||
|
||||
OpenGLContext::OpenGLContext()
|
||||
{
|
||||
}
|
||||
|
||||
OpenGLContext::~OpenGLContext()
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef DBG_UTIL
|
||||
|
||||
namespace {
|
||||
|
Reference in New Issue
Block a user