Changeset 17301 for trunk/Mars


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

Legend:

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

    r17297 r17301  
    383383
    384384        /// Shrinks a catalog that is too long to fit into the reserved space at the beginning of the file.
    385         const uint32_t ShrinkCatalog()
     385        uint32_t ShrinkCatalog()
    386386        {
    387387            //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.