diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-11-09 09:20:06 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-11-09 18:42:37 +0100 |
commit | 717cdaf4bc864e0b96bfba5f3bc557afe751f50f (patch) | |
tree | b6d438ee8e037e580d3fedc7e1001437a1af76c4 /vcl/inc/salgdi.hxx | |
parent | e6dcc08c3d1ebc896a047257b589552be7d72c7d (diff) |
custom widgets: Fix various warnings.
Change-Id: I5d657fa4d6f63b93ad3775a5641d08c6e0f3a615
Diffstat (limited to 'vcl/inc/salgdi.hxx')
-rw-r--r-- | vcl/inc/salgdi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx index f8a643d7f662..b09f3223cdad 100644 --- a/vcl/inc/salgdi.hxx +++ b/vcl/inc/salgdi.hxx @@ -26,7 +26,7 @@ #include "salgdiimpl.hxx" #include "sallayout.hxx" #include <basegfx/matrix/b2dhommatrix.hxx> -#include <WidgetDrawInterface.hxx> +#include "WidgetDrawInterface.hxx" #include <config_cairo_canvas.h> |