mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Fix build.
Thanks again goes to fred
This commit is contained in:
@@ -17,6 +17,7 @@ using std::vector;
|
||||
using std::list;
|
||||
using std::ostream;
|
||||
using std::pair;
|
||||
using std::map;
|
||||
|
||||
void CTemplateOptions::Parse(const CString& sLine) {
|
||||
CString sName = sLine.Token(0, false, "=").Trim_n().AsUpper();
|
||||
|
||||
Reference in New Issue
Block a user