Refactored Insight GUI to accommodate the many changes made to Bloom's internals
Also lots of tidying.
This commit is contained in:
@@ -41,5 +41,5 @@ namespace Targets
|
||||
static TargetPadId generateId(const std::string& padKey);
|
||||
};
|
||||
|
||||
using TargetPadDescriptors = std::vector<TargetPadDescriptor*>;
|
||||
using TargetPadDescriptors = std::vector<const TargetPadDescriptor*>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user