mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Fix compilation.
These lines are not needed. They even fail to compile on some compilers. Thanks to Han` and fred for reporting this.
This commit is contained in:
@@ -47,8 +47,6 @@ protected:
|
||||
|
||||
class CBuffer : private std::deque<CBufLine> {
|
||||
public:
|
||||
typedef typename std::deque<CBufLine>::size_type size_type;
|
||||
|
||||
CBuffer(unsigned int uLineCount = 100);
|
||||
~CBuffer();
|
||||
|
||||
|
||||
@@ -126,8 +126,6 @@ protected:
|
||||
*/
|
||||
class CTable : protected std::vector<std::vector<CString> > {
|
||||
public:
|
||||
typedef typename std::vector<std::vector<CString> >::size_type size_type;
|
||||
|
||||
CTable() {}
|
||||
virtual ~CTable() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user