diff --git a/inc/hgl/type/RectScope.h b/inc/hgl/type/RectScope.h index 4e9fef3..8a1a776 100644 --- a/inc/hgl/type/RectScope.h +++ b/inc/hgl/type/RectScope.h @@ -149,8 +149,8 @@ namespace hgl typedef RectScope2 RectScope2s; typedef RectScope2 RectScope2us; - template - inline void UVFloatFromPixel(RectScope2 &target,const RectScope2 &source,const double width,const double height) + template + inline void UVFloatFromPixel(RectScope2 &target,const RectScope2 &source,const double width,const double height) { target.Left =double(source.Left) /width; target.Top =double(source.Top) /height;