UserSettings &
UserSettings::Instance()
{
  return Instance_;
  if (Instance_.inited != 42)
      Instance_.init ();
  return Instance_;
}

I'm assuming the 1st return line should be deleted?

Max.

Reply via email to