From 0547d4b937dc48b0084a19ce806456b1b406e39c Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sun, 14 Aug 2016 16:17:09 +0200 Subject: [PATCH] clang says that these must be in the MWWorld namespace --- apps/openmw/mwworld/weather.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,