From 6d343ba3c607f5210ae03edb17ba51d662c7f79b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 7 May 2016 12:19:41 +0200 Subject: fix LocaleGuard contstructor (3dc77280) --- libs/ardour/io.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/io.cc') diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc index a02739db44..9f880c5b91 100644 --- a/libs/ardour/io.cc +++ b/libs/ardour/io.cc @@ -530,7 +530,7 @@ IO::state (bool /*full_state*/) char buf[64]; string str; int n; - LocaleGuard lg (); + LocaleGuard lg; Glib::Threads::Mutex::Lock lm (io_lock); node->add_property("name", _name); @@ -597,7 +597,7 @@ IO::set_state (const XMLNode& node, int version) XMLProperty const * prop; XMLNodeConstIterator iter; - LocaleGuard lg (); + LocaleGuard lg; /* force use of non-localized representation of decimal point, since we use it a lot in XML files and so forth. @@ -658,7 +658,7 @@ IO::set_state_2X (const XMLNode& node, int version, bool in) { XMLProperty const * prop; XMLNodeConstIterator iter; - LocaleGuard lg (); + LocaleGuard lg; /* force use of non-localized representation of decimal point, since we use it a lot in XML files and so forth. -- cgit v1.2.3