From ffce6a8e607c3e103311e8f7f6f51d41059f7585 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 12 Aug 2015 12:23:21 +0200 Subject: Removed some casting warnings --- Linux_C_12/cCrossCallWindows_121.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Linux_C_12/cCrossCallWindows_121.c') diff --git a/Linux_C_12/cCrossCallWindows_121.c b/Linux_C_12/cCrossCallWindows_121.c index 9950a52..93112ea 100644 --- a/Linux_C_12/cCrossCallWindows_121.c +++ b/Linux_C_12/cCrossCallWindows_121.c @@ -893,7 +893,7 @@ void EvalCcRqGETWINDOWTEXT (CrossCallInfo *pcci) /* hwnd; textptr result. */ if (GTK_IS_BUTTON(window)) { - textptr = createMnemonicString(title); + textptr = createMnemonicString((gchar*) title); } else { textptr = g_strdup(title); } -- cgit v1.2.3