summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-17 09:30:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-17 09:32:58 +0200
commitd973de6f5c2afd4b1f1116dfa7e4fda3fe146014 (patch)
treef80319e6de41f22648f3bebeb7c74658bfd67836
parenta4602c791f081e64a289eec69426727f26c95188 (diff)
Put comment back next to code it pertains to
31ad2d7af585e8f35a645482a92bdc37a66e64ca "vcl: remove unnecessary included headers" had broken 598d8194b0ea1a64e0ebba28a86c128bafa57c7c "Visible function type RTTI for Clang -fsanitize=function" Change-Id: I16e4bb0bdded85f9a6edbd235a53c3a9bbdb7214
-rw-r--r--vcl/inc/salframe.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index 90c664a51abd..2e9518d71b4e 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -25,10 +25,10 @@
#include "salgeom.hxx"
#include <vcl/help.hxx>
-#include <vcl/window.hxx>
#include <o3tl/typed_flags_set.hxx>
-// complete vcl::Window for SalFrame::CallCallback under -fsanitize=function
+#include <vcl/window.hxx>
+ // complete vcl::Window for SalFrame::CallCallback under -fsanitize=function
class AllSettings;
class SalGraphics;