Merge pull request #5389 from milchakov/banners_fix

banners fix
This commit is contained in:
Aleksandr Zatsepin 2017-02-09 17:59:55 +03:00 committed by GitHub
commit 4da83017c4
4 changed files with 2 additions and 4 deletions

View file

@ -1 +0,0 @@
../../data/banners.txt

View file

@ -2,7 +2,6 @@ cd ..
rm -rf assets/
mkdir assets
cp ../data/banners.txt assets/
cp ../data/categories.txt assets/
cp ../data/classificator.txt assets/
cp ../data/colors.txt assets/

View file

@ -189,7 +189,7 @@ string Info::GetBannerTitleId() const { return {}; }
string Info::GetBannerMessageId() const { return {}; }
string Info::GetBannerIconId() const { return {}; }
string Info::GetBannerUrl() const { return {}; }
string Info::GetBannerId() { return {}; }
string Info::GetBannerId() const { return {}; }
///////////////////////////////////////////////////////////////////////////////
bool Info::IsReachableByTaxi() const

View file

@ -88,7 +88,7 @@ public:
string GetBannerMessageId() const;
string GetBannerIconId() const;
string GetBannerUrl() const;
string GetBannerId();
string GetBannerId() const;
///////////////////////////////////////////////////////////////////////////////
bool IsReachableByTaxi() const;