aboutsummaryrefslogtreecommitdiff
path: root/src/ToolbarItem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolbarItem.cc')
-rw-r--r--src/ToolbarItem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolbarItem.cc b/src/ToolbarItem.cc
index 742640c..112abe5 100644
--- a/src/ToolbarItem.cc
+++ b/src/ToolbarItem.cc
@@ -24,7 +24,7 @@
24 24
25#include "ToolbarItem.hh" 25#include "ToolbarItem.hh"
26 26
27ToolbarItem::ToolbarItem(Type type):m_type(type) { 27ToolbarItem::ToolbarItem(Type type):m_type(type), m_orientation(FbTk::ROT0) {
28 28
29} 29}
30 30