aboutsummaryrefslogblamecommitdiff
path: root/editors/zoinks/files/patch-fw-TTopLevelWindow.cpp
blob: adc4f3600d75c44d0f1afb0d5407ade4811160ef (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                           
--- ./fw/TTopLevelWindow.cpp.orig	2007-11-03 00:02:58.000000000 +0100
+++ ./fw/TTopLevelWindow.cpp	2007-11-03 00:03:17.000000000 +0100
@@ -91,8 +91,8 @@
 		}
 		
 		XClassHint* classHints = XAllocClassHint();
-		classHints->res_name = "Zoinks";
-		classHints->res_class = "ZOINKS";
+		classHints->res_name = (char *)"Zoinks";
+		classHints->res_class = (char *)"ZOINKS";
 		
 		int argc = 0;
 		char** argv = NULL;