forked from organicmaps/organicmaps
Warning fix
This commit is contained in:
parent
d05a95d469
commit
68c4e908d7
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ namespace fwork
|
|||
|
||||
shared_ptr<di::DrawInfo> ptr(
|
||||
new di::DrawInfo(f.GetPreferredDrawableName(languages::GetCurrentPriorities()),
|
||||
f.GetRank()));
|
||||
f.GetRank()));
|
||||
|
||||
DrawerYG * pDrawer = GetDrawer();
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
class QDockWidget;
|
||||
|
||||
namespace search { struct Result; }
|
||||
namespace search { class Result; }
|
||||
|
||||
namespace qt
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue