mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:10:05 +00:00
Update scwx-qt/source/scwx/qt/gl/gl_context.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
46cd75cff4
commit
9e24a781a6
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ public:
|
|||
};
|
||||
|
||||
GlContext::GlContext() : p(std::make_unique<Impl>()) {}
|
||||
GlContext::~GlContext() {};
|
||||
GlContext::~GlContext() = default;
|
||||
|
||||
GlContext::GlContext(GlContext&&) noexcept = default;
|
||||
GlContext& GlContext::operator=(GlContext&&) noexcept = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue