summaryrefslogtreecommitdiff
path: root/src/wx/content_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_widget.h')
-rw-r--r--src/wx/content_widget.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/content_widget.h b/src/wx/content_widget.h
index 34755e4b5..62561192d 100644
--- a/src/wx/content_widget.h
+++ b/src/wx/content_widget.h
@@ -22,16 +22,19 @@
* @brief ContentWidget class.
*/
+
#ifndef DCPOMATIC_CONTENT_WIDGET_H
#define DCPOMATIC_CONTENT_WIDGET_H
+
#include "wx_util.h"
#include "lib/content.h"
-#include <wx/wx.h>
#include <wx/gbsizer.h>
#include <wx/spinctrl.h>
+#include <wx/wx.h>
#include <vector>
+
/** @class ContentWidget
* @brief A widget which represents some Content state and which can be used
* when multiple pieces of content are selected.