]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/gtkdlgs.h
some “char*” to “const char*” declaration
[xonotic/netradiant.git] / radiant / gtkdlgs.h
index 0ff194e606dd1ae80f42cac5a878d2229680ccb3..05f8b8b9ea38c31b9d42cac79d0f4664b8610e56 100644 (file)
@@ -35,8 +35,8 @@
 #include "string/string.h"
 
 EMessageBoxReturn DoLightIntensityDlg( int *intensity );
-EMessageBoxReturn DoShaderTagDlg( CopiedString *tag, char* title );
-EMessageBoxReturn DoShaderInfoDlg( const char* name, const char* filename, char* title );
+EMessageBoxReturn DoShaderTagDlg( CopiedString *tag, const char* title );
+EMessageBoxReturn DoShaderInfoDlg( const char* name, const char* filename, const char* title );
 EMessageBoxReturn DoTextureLayout( float *fx, float *fy );
 void DoTextEditor( const char* filename, int cursorpos );