diff --git a/gfx/2d/Point.h b/gfx/2d/Point.h index f66967622f..96b2d8d5cf 100644 --- a/gfx/2d/Point.h +++ b/gfx/2d/Point.h @@ -285,7 +285,7 @@ typedef IntSizeTyped IntSize; template struct SizeTyped : - public BaseSize< F, SizeTyped >, + public BaseSize< F, SizeTyped >, public units { static_assert(IsPixel::value, "'units' must be a coordinate system tag");