diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-25 13:14:23 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-25 13:14:23 +0000 |
commit | adf20f648638da7ceece0268e1684b16fe4277b8 (patch) | |
tree | f11a40ec574a2e92a77016102dddcad950d53344 /src/modules/m_taxonomy.cpp | |
parent | ffc039651676e0f679726b15fac4bf133e7e5bc2 (diff) |
Use TargetTypeFlags instead of int in a few places.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10711 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_taxonomy.cpp')
-rw-r--r-- | src/modules/m_taxonomy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_taxonomy.cpp b/src/modules/m_taxonomy.cpp index e9df6221d..fc7b0bf11 100644 --- a/src/modules/m_taxonomy.cpp +++ b/src/modules/m_taxonomy.cpp @@ -69,7 +69,7 @@ class ModuleTaxonomy : public Module } - void ProtoSendMetaData(void* opaque, int target_type, void* target, const std::string &extname, const std::string &extdata) + void ProtoSendMetaData(void* opaque, TargetTypeFlags target_type, void* target, const std::string &extname, const std::string &extdata) { if (target_type == TYPE_USER) { |