fix LocaleGuard contstructor (3dc77280)

This commit is contained in:
Robin Gareus 2016-05-07 12:19:41 +02:00
parent f445ba8bdc
commit 6d343ba3c6
33 changed files with 65 additions and 61 deletions

View file

@ -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];