summaryrefslogtreecommitdiffstats
path: root/ingen/client
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client')
-rw-r--r--ingen/client/PluginModel.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ingen/client/PluginModel.hpp b/ingen/client/PluginModel.hpp
index 2819c8cd..016e444e 100644
--- a/ingen/client/PluginModel.hpp
+++ b/ingen/client/PluginModel.hpp
@@ -61,8 +61,7 @@ public:
std::string human_name() const;
std::string port_human_name(uint32_t index) const;
- typedef std::pair<float, std::string> ScalePoint;
- typedef std::list<ScalePoint> ScalePoints;
+ typedef std::map<float, std::string> ScalePoints;
ScalePoints port_scale_points(uint32_t i) const;
static LilvWorld* lilv_world() { return _lilv_world; }