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:
authorExMix <Rahuba.youri@gmail.com>2013-02-26 11:49:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:15 +0300
commit0b8c44e2d601d4fe8eaff9bdc9b42045defb578f (patch)
treec529ce5bdd7bf9a80b69879848f1a67359c33deb /platform/platform_win.cpp
parent201a01fcaf07e2a0a3927a542215eb308e999421 (diff)
different fixes for build on Windows platform
Diffstat (limited to 'platform/platform_win.cpp')
-rw-r--r--platform/platform_win.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/platform_win.cpp b/platform/platform_win.cpp
index 399caf370a..43541563e9 100644
--- a/platform/platform_win.cpp
+++ b/platform/platform_win.cpp
@@ -86,10 +86,6 @@ Platform::Platform()
LOG(LDEBUG, ("Settings Directory:", m_settingsDir));
}
-Platform::~Platform()
-{
-}
-
bool Platform::IsFileExistsByFullPath(string const & filePath)
{
return ::GetFileAttributesA(filePath.c_str()) != INVALID_FILE_ATTRIBUTES;