]> git.tdb.fi Git - libs/gui.git/commit
Fix compile errors from function casts in wgl
authorMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 23:28:33 +0000 (01:28 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 23:28:33 +0000 (01:28 +0200)
commit0d205a19dc087768da1e803d8dfde27f12cb9d99
tree02b946529b51f12b4a401e827e6b9ee9e9549ee1
parent1d0d0b91c1df8b563d1f8817e042ebdc06762236
Fix compile errors from function casts in wgl

Recent gcc versions don't like casting directly between incompatible
function types.
source/graphics/wgl/glcontext.cpp