Changeset 991 for trunk/yat/classifier


Ignore:
Timestamp:
Nov 14, 2007, 5:14:08 PM (16 years ago)
Author:
Peter
Message:

removing const when returning by value.

Location:
trunk/yat/classifier
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/Target.cc

    r990 r991  
    160160  }
    161161
    162   const size_t Target::nof_classes(void) const
     162  size_t Target::nof_classes(void) const
    163163  {
    164164    return classes().size();
  • trunk/yat/classifier/Target.h

    r990 r991  
    9292       Target(const Target& org, const std::vector<size_t>& vec).
    9393    */
    94     const size_t nof_classes(void) const;
     94    size_t nof_classes(void) const;
    9595
    9696    ///
Note: See TracChangeset for help on using the changeset viewer.