]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/iundo.h
* fixed a lot of compiler warnings (mostly const char * stuff and use of uninitialize...
[xonotic/netradiant.git] / include / iundo.h
index b4fffeec9f364b09c35397ecad1d6a2a9949dea4..8772d2c8d42a8ae8ccecd29eeb96a1e0ee29f775 100644 (file)
@@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define UNDO_MAJOR "undo"
 
 //start operation
-typedef void (*PFN_UNDOSTART) (char *operation);
+typedef void (*PFN_UNDOSTART) (const char *operation);
 //end operation
 typedef void (*PFN_UNDOEND) (void);
 //add brush to the undo