diff options
| author | 2009-10-20 04:40:18 +0000 | |
|---|---|---|
| committer | 2009-10-20 04:40:18 +0000 | |
| commit | fa5abf73fee733bda9c99005c447205df2299e14 (patch) | |
| tree | 46067eb053031ca41689c95d031e47830e8d2532 /src/modules/extra | |
| parent | Move ugly .*.inc files into make/template/ where they can be more easily found (diff) | |
| download | inspircd++-fa5abf73fee733bda9c99005c447205df2299e14.tar.gz inspircd++-fa5abf73fee733bda9c99005c447205df2299e14.tar.bz2 inspircd++-fa5abf73fee733bda9c99005c447205df2299e14.zip | |
Get rid of more unneeded parent classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11930 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra')
| -rw-r--r-- | src/modules/extra/m_ziplink.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_ziplink.cpp b/src/modules/extra/m_ziplink.cpp index 4b53cf389..2aeb4b9e6 100644 --- a/src/modules/extra/m_ziplink.cpp +++ b/src/modules/extra/m_ziplink.cpp @@ -29,7 +29,7 @@ enum izip_status { IZIP_CLOSED = 0, IZIP_OPEN }; /** Represents an zipped connections extra data */ -class izip_session : public classbase +class izip_session { public: z_stream c_stream; /* compression stream */ |
