Ignore:
Timestamp:
Mar 6, 2012, 1:27:18 PM (13 years ago)
Author:
ldelgass
Message:

Warning fix: const on int return type is ignored

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/RpDict.h

    r2463 r2815  
    200200
    201201        // checks table size
    202         /*virtual*/ const int size() const;
     202        /*virtual*/ int size() const;
    203203
    204204        // insert new object into table
     
    345345
    346346template <typename KeyType, typename ValType, class _Compare>
    347 const int
     347int
    348348RpDict<KeyType,ValType,_Compare>::size() const
    349349{
Note: See TracChangeset for help on using the changeset viewer.