mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
fix LocaleGuard contstructor (3dc77280)
This commit is contained in:
parent
f445ba8bdc
commit
6d343ba3c6
33 changed files with 65 additions and 61 deletions
|
|
@ -226,7 +226,7 @@ MonitorProcessor::set_state (const XMLNode& node, int version)
|
|||
XMLNode&
|
||||
MonitorProcessor::state (bool full)
|
||||
{
|
||||
LocaleGuard lg ();
|
||||
LocaleGuard lg;
|
||||
XMLNode& node (Processor::state (full));
|
||||
char buf[64];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue