fix LV2 locale guard (missed in 6d343ba search/replace)
authorRobin Gareus <robin@gareus.org>
Sat, 7 May 2016 13:38:17 +0000 (15:38 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 7 May 2016 13:38:17 +0000 (15:38 +0200)
libs/ardour/lv2_plugin.cc

index f400791458b858387869f2e67bc1ae36f5a01ac3..580c1b60db69d588a5a7f61271ed0b208aa62b28 100644 (file)
@@ -1806,7 +1806,7 @@ LV2Plugin::set_state(const XMLNode& node, int version)
        const char*          sym;
        const char*          value;
        uint32_t             port_id;
-       LocaleGuard          lg ();
+       LocaleGuard          lg;
 
        if (node.name() != state_node_name()) {
                error << _("Bad node sent to LV2Plugin::set_state") << endmsg;