summaryrefslogtreecommitdiff
path: root/libs/widgets
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-08-23 15:49:25 +0200
committerRobin Gareus <robin@gareus.org>2019-08-23 15:49:25 +0200
commitf1c29a93246ed54531488ca9e27fe5d31ccd7f70 (patch)
tree08e3adce1fd7e2c4e88a5b5501f56cee40c4075e /libs/widgets
parent88a0429188bc90c10cb20aa99671071a8af736a4 (diff)
Re-order enum, use "NoIcon" as sentinel
Diffstat (limited to 'libs/widgets')
-rw-r--r--libs/widgets/widgets/ardour_icon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/widgets/widgets/ardour_icon.h b/libs/widgets/widgets/ardour_icon.h
index 7b39046cf1..f7e58a1593 100644
--- a/libs/widgets/widgets/ardour_icon.h
+++ b/libs/widgets/widgets/ardour_icon.h
@@ -27,7 +27,6 @@
namespace ArdourWidgets { namespace ArdourIcon {
enum Icon {
- NoIcon,
RecButton,
RecTapeMode,
CloseCross,
@@ -65,6 +64,7 @@ namespace ArdourWidgets { namespace ArdourIcon {
Config,
ConfigReset,
PowerOnOff,
+ NoIcon,
};
LIBWIDGETS_API bool render (cairo_t *cr,