More explicit RString creation to fix Windows build.
This commit is contained in:
@@ -505,7 +505,7 @@ void ThemeManager::RunLuaScripts( const RString &sMask, bool bUseThemeDir )
|
||||
* scripts call GetThemeName(), it'll return the theme the script is in. */
|
||||
|
||||
m_sCurThemeName = iter->sThemeName;
|
||||
const RString &sScriptDir = bUseThemeDir ? GetThemeDirFromName( m_sCurThemeName ) : "/";
|
||||
const RString &sScriptDir = bUseThemeDir ? GetThemeDirFromName( m_sCurThemeName ) : RString("/");
|
||||
|
||||
std::vector<RString> asElementPaths;
|
||||
// get files from directories
|
||||
|
||||
Reference in New Issue
Block a user