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:
authorAlex Zolotarev <deathbaba@gmail.com>2010-12-20 19:12:25 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:08:45 +0300
commit8a79a020ebc50a553c4db5f49c141bb804893409 (patch)
tree2ba21521e3445c363917cd34535a8941d0995224 /qt/mainwindow.hpp
parent836a4c44422981d9b34b65d27953036177ce53b6 (diff)
Created storage library
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 0b0162f1e1..95882fc53b 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "../map/storage.hpp"
+#include "../storage/storage.hpp"
#include <QtGui/QMainWindow>
@@ -19,7 +19,7 @@ namespace qt
QDockWidget * m_pClassifDock;
//FindTableWnd * m_pFindTable;
- mapinfo::Storage m_Storage;
+ storage::Storage m_Storage;
Q_OBJECT