diff options
Diffstat (limited to 'linden/indra/llvfs/lldir_mac.h')
-rw-r--r-- | linden/indra/llvfs/lldir_mac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llvfs/lldir_mac.h b/linden/indra/llvfs/lldir_mac.h index 28d48a0..8be5d03 100644 --- a/linden/indra/llvfs/lldir_mac.h +++ b/linden/indra/llvfs/lldir_mac.h | |||
@@ -52,6 +52,9 @@ public: | |||
52 | virtual void getRandomFileInDir(const std::string &dirname, const std::string &ask, std::string &fname); | 52 | virtual void getRandomFileInDir(const std::string &dirname, const std::string &ask, std::string &fname); |
53 | virtual BOOL fileExists(const std::string &filename) const; | 53 | virtual BOOL fileExists(const std::string &filename) const; |
54 | 54 | ||
55 | /*virtual*/ std::string getLLPluginLauncher(); | ||
56 | /*virtual*/ std::string getLLPluginFilename(std::string base_name); | ||
57 | |||
55 | private: | 58 | private: |
56 | int mCurrentDirIndex; | 59 | int mCurrentDirIndex; |
57 | int mCurrentDirCount; | 60 | int mCurrentDirCount; |