summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
-rw-r--r--src/ui/widget/selected-style.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index bc4a3558f..9a5d35f3b 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -92,15 +92,15 @@ namespace UI {
namespace Widget {
-typedef struct {
+struct DropTracker {
SelectedStyle* parent;
int item;
-} DropTracker;
+};
/* Drag and Drop */
-typedef enum {
+enum ui_drop_target_info {
APP_X_COLOR
-} ui_drop_target_info;
+};
//TODO: warning: deprecated conversion from string constant to ‘gchar*’
//