X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fsortaction.h;h=5b810500c2dbea3ab454415eb0cebc17361efea8;hp=faec98a0c2e94681dcba096714d7f4c2e47759d6;hb=6b05a1ca565e894a3d754d30d7daae84ed48d386;hpb=d7c119fefaf9cce07974afbefb4b6a017689a961 diff --git a/src/sortaction.h b/src/sortaction.h index faec98a..5b81050 100644 --- a/src/sortaction.h +++ b/src/sortaction.h @@ -105,7 +105,7 @@ class SortAction{ /** * Gives access to the implementation */ - const SortActionImpl& impl(){ + const SortActionImpl& impl() const{ return *_action; } private: