Call PBD::EnumWriter::destroy in ARDOUR::cleanup (from
[ardour.git] / libs / surfaces / mackie / jog.h
index a4a6b739dedef7e2b1615f641c66a1a647ea959f..23451f92b2ec0a32757be3ef67a95ab9abaff832 100644 (file)
@@ -28,9 +28,7 @@ namespace Mackie {
 class Jog : public Pot
 {
 public:
-       enum base_id_t {
-               base_id = 0x3c
-       };
+       static const int ID;
 
        Jog (int id, std::string name, Group & group)
                : Pot  (id, name, group)