From c79478193b7321b2a0e2333182dbcb0175b1fd90 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 20 Dec 2010 17:28:11 +0100 Subject: [PATCH] Fixed build error --- storage/defines.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/defines.hpp b/storage/defines.hpp index 020d24ec23..7b5701c300 100644 --- a/storage/defines.hpp +++ b/storage/defines.hpp @@ -15,7 +15,7 @@ uint32_t const MAPS_MAJOR_VERSION_BINARY_FORMAT = 0; #define UPDATE_BASE_URL "http://melnichek.ath.cx:34568/maps/" #define UPDATE_FULL_URL UPDATE_BASE_URL UPDATE_CHECK_FILE -namespace mapinfo +namespace storage { inline bool IsDatFile(string const & fileName) {