diff options
Diffstat (limited to 'ui/gfx/path.h')
-rw-r--r-- | ui/gfx/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/path.h b/ui/gfx/path.h index f1c7718..257a65c 100644 --- a/ui/gfx/path.h +++ b/ui/gfx/path.h @@ -12,7 +12,7 @@ namespace gfx { -class UI_EXPORT Path : public SkPath { +class GFX_EXPORT Path : public SkPath { public: // Used by Path(Point,size_t) constructor. struct Point { |