Fix Windows build

__PRETTY_FUNCTION__ is not portable, alas.
This commit is contained in:
James Turner 2019-12-18 23:43:40 +00:00
parent da45c26e7d
commit ec19dfc2f2

View File

@ -900,7 +900,7 @@ SGRect<int> intersectRect(const SGRect<int>& a, const SGRect<int>& b)
break;
default:
SG_LOG(SG_IO, SG_WARN, __PRETTY_FUNCTION__ << ": unsupported internal image format:" << format);
SG_LOG(SG_IO, SG_WARN, "Image::fillRect: unsupported internal image format:" << format);
return;
}