forked from organicmaps/organicmaps
Fix warnings.
This commit is contained in:
parent
e182bfe7f7
commit
581c0df1b6
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ string GetNativeSeparator()
|
|||
return "\\";
|
||||
#else
|
||||
return "/";
|
||||
#endif;
|
||||
#endif
|
||||
}
|
||||
|
||||
string JoinFoldersToPath(const string & folder, const string & file)
|
||||
|
|
|
@ -24,8 +24,8 @@ namespace graphics
|
|||
|
||||
Image::Info::Info(char const * name, EDensity density)
|
||||
: Resource::Info(Resource::EImage),
|
||||
m_size(0, 0),
|
||||
m_resourceName(name)
|
||||
m_resourceName(name),
|
||||
m_size(0, 0)
|
||||
{
|
||||
string resName = graphics::resourcePath(name, density);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue