aboutsummaryrefslogtreecommitdiff
path: root/graphics/transparent_surface.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-26 18:54:44 +0100
committerEugene Sandulenko2016-12-26 18:54:44 +0100
commitf1dd84fdf80c24ea60da9a3ca52ee86e8853e72a (patch)
treeeea7568a196a5f126f249eb5b076809bb9a9b0a3 /graphics/transparent_surface.h
parent6a11ac7f12fa96bb4e67596ee5cb166895846834 (diff)
downloadscummvm-rg350-f1dd84fdf80c24ea60da9a3ca52ee86e8853e72a.tar.gz
scummvm-rg350-f1dd84fdf80c24ea60da9a3ca52ee86e8853e72a.tar.bz2
scummvm-rg350-f1dd84fdf80c24ea60da9a3ca52ee86e8853e72a.zip
WINTERMUTE: Fix references to TransparentSurface templates
Diffstat (limited to 'graphics/transparent_surface.h')
-rw-r--r--graphics/transparent_surface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/transparent_surface.h b/graphics/transparent_surface.h
index 0c9a8fa67e..6fcdac1735 100644
--- a/graphics/transparent_surface.h
+++ b/graphics/transparent_surface.h
@@ -147,7 +147,7 @@ struct TransparentSurface : public Graphics::Surface {
* @see TransformStruct
*/
template <TFilteringMode filteringMode>
- TransparentSurface *scale_(uint16 newWidth, uint16 newHeight) const;
+ TransparentSurface *scaleT(uint16 newWidth, uint16 newHeight) const;
TransparentSurface *scale(uint16 newWidth, uint16 newHeight) const;
/**
@@ -158,7 +158,7 @@ struct TransparentSurface : public Graphics::Surface {
*
*/
template <TFilteringMode filteringMode>
- TransparentSurface *rotoscale_(const TransformStruct &transform) const;
+ TransparentSurface *rotoscaleT(const TransformStruct &transform) const;
TransparentSurface *rotoscale(const TransformStruct &transform) const;