Fix forward declaration of os::Sampling

This commit is contained in:
David Capello 2022-03-10 15:44:56 -03:00
parent 8064179dfc
commit 54c354f5d2
2 changed files with 2 additions and 2 deletions

2
laf

@ -1 +1 @@
Subproject commit 02ed21d1214ff913150fe3caf1470f2ee0dc6f14
Subproject commit 1597f3550ad8cff3424a22b0deb1c49720dcb483

View File

@ -30,7 +30,7 @@ namespace gfx {
namespace os {
class DrawTextDelegate;
class Sampling;
struct Sampling;
}
namespace ui {