X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=8a7b591590b6a3949ef657b01e124eb16e603b27;hb=b0f16081ccaef527ed4b5434a7264508cf455f39;hp=3222c5d2f03429baa90bd46f196a1c5055ceaad7;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index 3222c5d2f..8a7b59159 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -50,7 +50,7 @@ class XLine; class XLineManager; class XLineFactory; struct ConnectClass; -struct ModResult; +class ModResult; namespace ClientProtocol { @@ -134,7 +134,7 @@ typedef std::map XLineContainer; */ typedef XLineContainer::iterator ContainerIter; -/** An interator in an XLineLookup +/** An iterator in an XLineLookup */ typedef XLineLookup::iterator LookupIter;