Add CModule::ExpandString()

It chooses which ExpandString() to call, of user or of network.
This commit is contained in:
Alexey Sokolov
2012-11-23 21:40:30 +07:00
parent f941ee5870
commit 4036114975
3 changed files with 24 additions and 2 deletions
+2
View File
@@ -875,6 +875,8 @@ public:
bool ClearNV(bool bWriteToDisk = true);
const CString& GetSavePath() const;
CString ExpandString(const CString& sStr) const;
CString& ExpandString(const CString& sStr, CString& sRet) const;
// Setters
void SetType(CModInfo::EModuleType eType) { m_eType = eType; }