mirror of
https://github.com/znc/znc.git
synced 2026-08-09 10:23:14 +02:00
Add a Clear() function to CTable and make the base class protected
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1230 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -543,6 +543,11 @@ unsigned int CTable::GetColumnWidth(unsigned int uIdx) const {
|
||||
return it->second;
|
||||
}
|
||||
|
||||
void CTable::Clear() {
|
||||
clear();
|
||||
m_vsHeaders.clear();
|
||||
m_msuWidths.clear();
|
||||
}
|
||||
|
||||
#ifdef HAVE_LIBSSL
|
||||
CBlowfish::CBlowfish(const CString & sPassword, int iEncrypt, const CString & sIvec) {
|
||||
|
||||
Reference in New Issue
Block a user