mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
GH #346: Make Poco::Data::Date and Poco::Data::Time compare functions const.
This commit is contained in:
@@ -89,7 +89,7 @@ void Time::assign(int hour, int minute, int second)
|
||||
}
|
||||
|
||||
|
||||
bool Time::operator < (const Time& time)
|
||||
bool Time::operator < (const Time& time) const
|
||||
{
|
||||
int hour = time.hour();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user