summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-04-23 05:01:10 -0400
committerAdam <Adam@anope.org>2011-05-16 04:07:30 -0400
commit6922bd239c778e8f6f2081476ce20b9426c515ad (patch)
treef428e0e5e8bfe638e1be0cdb5ea5b90360dd4d13 /include
parent13aa58ce5db50083c751648f87df31b3db8dc82f (diff)
Fixed up the MySQL Query code and finished some command code I forgot earlier
Diffstat (limited to 'include')
-rw-r--r--include/services.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index 2974465a4..57cf0972b 100644
--- a/include/services.h
+++ b/include/services.h
@@ -476,7 +476,7 @@ struct CoreExport MemoInfo
{
int16 memomax;
std::vector<Memo *> memos;
- std::vector<ci::string> ignores;
+ std::vector<Anope::string> ignores;
unsigned GetIndex(Memo *m) const;
void Del(unsigned index);