diff --git a/apps/openmw/mwworld/weather.cpp b/apps/openmw/mwworld/weather.cpp index 1cfba0daf..46991c440 100644 --- a/apps/openmw/mwworld/weather.cpp +++ b/apps/openmw/mwworld/weather.cpp @@ -96,8 +96,8 @@ T TimeOfDayInterpolator::getValue(const float gameHour, const TimeOfDaySettin -template class TimeOfDayInterpolator; -template class TimeOfDayInterpolator; +template class MWWorld::TimeOfDayInterpolator; +template class MWWorld::TimeOfDayInterpolator; Weather::Weather(const std::string& name, const Fallback::Map& fallback,