2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix build in Xcode / GCC.

This commit is contained in:
John Preston
2017-11-19 20:31:58 +04:00
parent f1f955b7ac
commit bc7c88c511
3 changed files with 4 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ private:
void updateHeaderControlsGeometry(int newWidth);
void updateSearchEnabledByContent();
Wrap _wrap;
//Wrap _wrap;
not_null<Controller*> _controller;
not_null<PeerData*> _peer;
std::unique_ptr<PeerListController> _listController;