diff options
Diffstat (limited to 'tools/lv2info.c')
-rw-r--r-- | tools/lv2info.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lv2info.c b/tools/lv2info.c index 55acd09..e40edee 100644 --- a/tools/lv2info.c +++ b/tools/lv2info.c @@ -28,9 +28,9 @@ static LilvNode* supports_event_pred = NULL; static void print_port(const LilvPlugin* p, uint32_t index, - float* mins, - float* maxes, - float* defaults) + const float* mins, + const float* maxes, + const float* defaults) { const LilvPort* port = lilv_plugin_get_port_by_index(p, index); |