Fixed compilation with gcc.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2271 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-10-20 12:32:47 +00:00
parent a0c69ba944
commit 9a7c10b13d
1 changed files with 1 additions and 1 deletions

View File

@ -1773,7 +1773,7 @@ void QtWindow::doInit()
m_id.c_str(),this);
// Create window's dynamic properties from config
Configuration cfg = Engine::configFile(m_oldId);
Configuration cfg(Engine::configFile(m_oldId));
cfg.load(false);
NamedList* sectGeneral = cfg.getSection("general");
if (sectGeneral)