Fix silly warning

This commit is contained in:
Liru Færs
2019-10-22 19:23:35 -04:00
parent 696a5f967d
commit d3572dd4ec
2 changed files with 2 additions and 2 deletions

View File

@@ -3774,7 +3774,7 @@ void LLAppViewer::purgeCache()
gDirUtilp->deleteFilesInDir(gDirUtilp->getExpandedFilename(LL_PATH_CACHE, ""), mask);
}
const std::string& LLAppViewer::getSecondLifeTitle() const
std::string LLAppViewer::getSecondLifeTitle() const
{
return LLTrans::getString("APP_NAME");
}

View File

@@ -102,7 +102,7 @@ public:
bool getPurgeCache() const { return mPurgeCache; }
const std::string& getSecondLifeTitle() const; // The Second Life title.
std::string getSecondLifeTitle() const; // The Second Life title.
const std::string& getWindowTitle() const; // The window display name.
void forceDisconnect(const std::string& msg); // Force disconnection, with a message to the user.