X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcull_list.h;h=41dab51875d76e7307c8620d601e6615d572dcd6;hb=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3;hp=d29b7b267c21a9fcc5629bbb58222e0f214f8480;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/cull_list.h b/include/cull_list.h index d29b7b267..41dab5187 100644 --- a/include/cull_list.h +++ b/include/cull_list.h @@ -49,7 +49,7 @@ class CoreExport CullList class CoreExport ActionBase : public classbase { public: - /** Executes this action. */ + /** Executes this action. */ virtual void Call() = 0; };