aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llvfs/lldir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llvfs/lldir.cpp')
-rw-r--r--linden/indra/llvfs/lldir.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llvfs/lldir.cpp b/linden/indra/llvfs/lldir.cpp
index 5567fdd..cd1e98d 100644
--- a/linden/indra/llvfs/lldir.cpp
+++ b/linden/indra/llvfs/lldir.cpp
@@ -192,8 +192,9 @@ const std::string &LLDir::getOSUserAppDir() const
192 return mOSUserAppDir; 192 return mOSUserAppDir;
193} 193}
194 194
195const std::string &LLDir::getLindenUserDir() const 195const std::string &LLDir::getLindenUserDir(bool empty_ok) const
196{ 196{
197 llassert(empty_ok || !mLindenUserDir.empty());
197 return mLindenUserDir; 198 return mLindenUserDir;
198} 199}
199 200