PLUMBERS: fix Surface forward declaration

This commit is contained in:
Vladimir Serbinenko 2020-10-24 22:19:19 +02:00 committed by Eugene Sandulenko
parent 7398a027b3
commit fbc2c929e3

View File

@ -41,7 +41,7 @@ class ImageDecoder;
}
namespace Graphics {
class Surface;
struct Surface;
}
namespace Plumbers {