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.cpp

    r856 r1481  
    108108void STWeather::getEntry( Float& temperature, Float& pressure,
    109109                          Float& humidity, Float& windspeed, Float& windaz,
    110                           uInt id )
     110                          uInt id ) const
    111111{
    112112  Table t = table_(table_.col("ID") == Int(id) );
Note: See TracChangeset for help on using the changeset viewer.