diff options
Diffstat (limited to 'core/fxcrt/fx_coordinates.h')
-rw-r--r-- | core/fxcrt/fx_coordinates.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_coordinates.h b/core/fxcrt/fx_coordinates.h index f84c5ee220..05e60c47b5 100644 --- a/core/fxcrt/fx_coordinates.h +++ b/core/fxcrt/fx_coordinates.h @@ -132,7 +132,7 @@ using CFX_Size = CFX_STemplate<int32_t>; using CFX_SizeF = CFX_STemplate<float>; template <class BaseType> -class CFX_VTemplate : public CFX_PTemplate<BaseType> { +class CFX_VTemplate final : public CFX_PTemplate<BaseType> { public: using CFX_PTemplate<BaseType>::x; using CFX_PTemplate<BaseType>::y; |