mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Suppress a warning.
This commit is contained in:
parent
2beef62683
commit
636b1010b3
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ GtkWidget* new_pixmap( GtkWidget* widget, const char* filename ){
|
|||
GtkWidget* new_image_icon(const char* filename) {
|
||||
CString str = g_strBitmapsPath;
|
||||
str += filename;
|
||||
return gtk_image_new_from_file(str);
|
||||
return gtk_image_new_from_file( (const char *) str );
|
||||
}
|
||||
|
||||
// =============================================================================
|
||||
|
|
Loading…
Reference in a new issue