]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Correct IMPL call
authorAntoine Fontaine <antoine.fontaine@epfl.ch>
Sat, 27 Mar 2021 18:45:47 +0000 (19:45 +0100)
committerAntoine Fontaine <antoine.fontaine@epfl.ch>
Mon, 3 May 2021 23:03:43 +0000 (01:03 +0200)
libs/uilib/uilib.cpp

index f59ed0a391f77af041976187c2b1d0258ab8e8e4..8a34ded32e95a139519765e1638c5f1b4c43d1fe 100644 (file)
@@ -440,7 +440,7 @@ namespace ui {
 
 #if GTK_TARGET == 3
 
 
 #if GTK_TARGET == 3
 
-    IMPL(GLArea, (void *));
+    IMPL(GLArea, GTK_GL_AREA);
 
 #elif GTK_TARGET == 2
 
 
 #elif GTK_TARGET == 2