aboutsummaryrefslogtreecommitdiff
path: root/Linux_C_12/cCrossCallWindows_121.c
diff options
context:
space:
mode:
authorCamil Staps2015-08-12 12:23:21 +0200
committerCamil Staps2015-08-12 12:23:21 +0200
commitffce6a8e607c3e103311e8f7f6f51d41059f7585 (patch)
tree81ddf8d19457ede491960f20df5f89cd15d625b0 /Linux_C_12/cCrossCallWindows_121.c
parentMerge branch 'master' of github:camilstaps/ObjectIO (diff)
Removed some casting warnings
Diffstat (limited to 'Linux_C_12/cCrossCallWindows_121.c')
-rw-r--r--Linux_C_12/cCrossCallWindows_121.c2
1 files changed, 1 insertions, 1 deletions
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);
}