summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-04-06 18:38:19 (GMT)
committerKevin Smith <kevin.smith@isode.com>2016-04-06 21:16:18 (GMT)
commita22b8fc1ed8bf22272bf9d71e7febdbd9cfe561b (patch)
treeea1c3bc6bd4db2d3e1e5f0c56e8a46bdf18a3fef /Swift
parentaf60327f18a1b9a12330a14623c7c38958d12146 (diff)
downloadswift-a22b8fc1ed8bf22272bf9d71e7febdbd9cfe561b.zip
swift-a22b8fc1ed8bf22272bf9d71e7febdbd9cfe561b.tar.bz2
Fix include case typo
Test-Information: Builds on Debian 8.4 and unit tests pass. Change-Id: I154f70606de33b57c8dd4a5d9431a14f537ad50f
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/Whiteboard/WhiteboardElementDrawingVisitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/Whiteboard/WhiteboardElementDrawingVisitor.h b/Swift/QtUI/Whiteboard/WhiteboardElementDrawingVisitor.h
index 24bf6fa..5a5aefa 100644
--- a/Swift/QtUI/Whiteboard/WhiteboardElementDrawingVisitor.h
+++ b/Swift/QtUI/Whiteboard/WhiteboardElementDrawingVisitor.h
@@ -12,12 +12,12 @@
#pragma once
-#include <Swiften/ELements/Whiteboard/WhiteboardRectElement.h>
#include <Swiften/Elements/Whiteboard/WhiteboardElementVisitor.h>
#include <Swiften/Elements/Whiteboard/WhiteboardEllipseElement.h>
#include <Swiften/Elements/Whiteboard/WhiteboardFreehandPathElement.h>
#include <Swiften/Elements/Whiteboard/WhiteboardLineElement.h>
#include <Swiften/Elements/Whiteboard/WhiteboardPolygonElement.h>
+#include <Swiften/Elements/Whiteboard/WhiteboardRectElement.h>
#include <Swiften/Elements/Whiteboard/WhiteboardTextElement.h>
#include <Swift/QtUI/QtSwiftUtil.h>