Changeset 17295 for trunk/Mars/mcore


Ignore:
Timestamp:
10/21/13 13:43:10 (11 years ago)
Author:
tbretz
Message:
Removed an obsolete const-qualifier
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/zofits.h

    r17289 r17295  
    378378
    379379        /// Shrinks a catalog that is too long to fit into the reserved space at the beginning of the file.
    380         const uint32_t ShrinkCatalog()
     380        uint32_t ShrinkCatalog()
    381381        {
    382382            //add empty row to get either the target number of rows, or a multiple of the allowed size
Note: See TracChangeset for help on using the changeset viewer.