From 8978f9bcc66fa57e408559f8fe16277e1b098143 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Aug 2014 02:10:47 +0400 Subject: [PATCH] fix v6 --- components/files/fixedpath.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/files/fixedpath.hpp b/components/files/fixedpath.hpp index 70ffdb9c8..637b840a0 100644 --- a/components/files/fixedpath.hpp +++ b/components/files/fixedpath.hpp @@ -103,7 +103,7 @@ struct FixedPath return mLocalPath; } -#ifndef NOT_ANDROID +#ifdef NOT_ANDROID const boost::filesystem::path& getInstallPath() const { return mInstallPath;