[glutils] Forward declare void KWin::cleanupGL() in kwinglplatform.h

Fixes build with clang.
master
Martin Gräßlin 11 years ago
parent b45eeae352
commit f247a41396

@ -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…
Cancel
Save