diff options
| author | 2006-07-10 18:48:40 +0000 | |
|---|---|---|
| committer | 2006-07-10 18:48:40 +0000 | |
| commit | 73e972340bee8ea9cdbbe5520b1b461fbce1f121 (patch) | |
| tree | fbe2e4a7a38555a72e73f2a29ae1b4a273408f7d /src/modules/extra/m_pgsql.cpp | |
| parent | Remove commented out old methods that became templates (diff) | |
Making lots of stuff inherit from classbase so we can use it as a holdall class that we can throw around with dynamic_cast<>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4297 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 14e32ac36..10dc9fd60 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -83,7 +83,7 @@ enum SQLstatus { CREAD, CWRITE, WREAD, WWRITE }; * until pop() is called. */ -class QueryQueue +class QueryQueue : public classbase { private: std::deque<SQLresult> priority; /* The priority queue */ |
