GetIniInfo.patch

Jan DolinĂ¡r, 10/19/2013 08:32 AM

Download (696 Bytes)

View differences:

uppsrc/Core/Ini.cpp (working copy)
330 330
	f.info = info;
331 331
}
332 332

  
333
const Array<IniInfo> GetIniInfo()
333
const Array<IniInfo>& GetIniInfo()
334 334
{
335 335
	return sIniInfo();
336 336
}
uppsrc/Core/Util.h (working copy)
116 116
	String (*def)();
117 117
};
118 118

  
119
const Array<IniInfo> GetIniInfo();
119
const Array<IniInfo>& GetIniInfo();
120 120
String GetIniInfoFormatted();
121 121

  
122 122
#define INI_TYPE(var, def, info, type, decl, ref)\