X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fsortaction.h;h=ec9a023710961ee0978651fe46f1520d6d18039d;hp=5b810500c2dbea3ab454415eb0cebc17361efea8;hb=4462cded18dd80075c3622e5a87ca6f5f3c84f62;hpb=43b1052d74a207fe667b75e41d0c70c1189c2cc8 diff --git a/src/sortaction.h b/src/sortaction.h index 5b81050..ec9a023 100644 --- a/src/sortaction.h +++ b/src/sortaction.h @@ -26,6 +26,10 @@ class GeneOrder; +/** + * Abstraction for a sort action implementation, this is the base that other + * actions inherits from. + */ class SortActionImpl{ public: @@ -48,7 +52,7 @@ class SortActionImpl{ }; /** - * Abstraction of a sort action, all child actions has to be immutable. + * Abstraction of a sort action, all SortActionImpls has to be immutable. * * \author Michael Andreen */