Warning fix

This commit is contained in:
Alex Zolotarev 2011-05-22 16:55:25 +02:00 committed by Alex Zolotarev
parent d05a95d469
commit 68c4e908d7
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -6,7 +6,7 @@
class QDockWidget;
namespace search { struct Result; }
namespace search { class Result; }
namespace qt
{