Changeset 282

Show
Ignore:
Timestamp:
06/26/08 08:58:20 (4 months ago)
Author:
mattn
Message:

* const stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/radiant/undo.cpp

    r264 r282  
    4545        int id;                                         //every undo has an unique id 
    4646        int done;                                       //true when undo is build 
    47         char *operation;                      //name of the operation 
     47        const char *operation;                        //name of the operation 
    4848        brush_t brushlist;                      //deleted brushes 
    4949        entity_t entitylist;            //deleted entities 
     
    224224============= 
    225225*/ 
    226 void Undo_GeneralStart(char *operation) 
     226void Undo_GeneralStart(const char *operation) 
    227227{ 
    228228        undo_t *undo;