Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
tms-windy: checking parent for change
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek committed Mar 20, 2019
1 parent 6236ccf commit 10308eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapproxy/src/mapproxy/definition/tms-windyty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Changed TmsWindyty::changed_impl(const DefinitionBase &o) const
// forecast offset can change
if (forecastOffset != other.forecastOffset) { return Changed::safely; }

return Changed::no;
return TmsCommon::changed_impl(o);
}

} // namespace resource

0 comments on commit 10308eb

Please sign in to comment.