Browse Source

Make OwnedSurface::OwnedSurface(Size) explicit

pull/2651/head
Vladimir Olteanu 5 years ago committed by Gleb Mazovetskiy
parent
commit
090a04670c
  1. 2
      Source/engine/surface.hpp

2
Source/engine/surface.hpp

@ -169,7 +169,7 @@ public:
{
}
OwnedSurface(Size size)
explicit OwnedSurface(Size size)
: OwnedSurface(size.width, size.height)
{
}

Loading…
Cancel
Save