[glutils] Forward declare void KWin::cleanupGL() in kwinglplatform.h
Fixes build with clang.
This commit is contained in:
parent
b45eeae352
commit
f247a41396
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
namespace KWin
|
||||
{
|
||||
// forward declare method
|
||||
void cleanupGL();
|
||||
|
||||
inline qint64 kVersionNumber(qint64 major, qint64 minor, qint64 patch = 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue