X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=src%2Fsortaction.h;h=5b810500c2dbea3ab454415eb0cebc17361efea8;hb=97b75639e059f35874dd8f71f86cb36f6ec4e4a4;hp=faec98a0c2e94681dcba096714d7f4c2e47759d6;hpb=d7c119fefaf9cce07974afbefb4b6a017689a961;p=germs.git 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: