Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-05-19 00:51:31 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:44 +0300
commit110c8be6b49f303d703b0578411b78f87c1f5b36 (patch)
treec8c4cba8332132d9ac960730bdc72ca7ffce0455 /qt/mainwindow.hpp
parent6b39cf5b10575c20647333b3101db13a0f131011 (diff)
Add tests for buffer_vector.
Fix warning.
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 6ad9fbd9fc..13808a4ade 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -6,10 +6,7 @@
class QDockWidget;
-namespace search
-{
- class Result;
-}
+namespace search { struct Result; }
namespace qt
{