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;