Changeset 1481 for trunk/src/STWeather.h


Ignore:
Timestamp:
01/17/09 19:04:12 (15 years ago)
Author:
Max Voronkov
Message:

restored proper constness for STWeather::getEntry. No change in behavior expected. This step is done now to simplify future development.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWeather.h

    r1353 r1481  
    4444                       casa::Float& humidity,
    4545                       casa::Float& windspeed, casa::Float& windaz,
    46                        casa::uInt id);
     46                       casa::uInt id) const;
    4747
    4848  const casa::String& name() const { return name_; }
Note: See TracChangeset for help on using the changeset viewer.