X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fsortaction.h;h=faec98a0c2e94681dcba096714d7f4c2e47759d6;hp=c56d0ee42a304bdf26db992f36d4c61a5f374f7a;hb=d7c119fefaf9cce07974afbefb4b6a017689a961;hpb=efe42ca948704593c847996d0ae8da71d15bb75b diff --git a/src/sortaction.h b/src/sortaction.h index c56d0ee..faec98a 100644 --- a/src/sortaction.h +++ b/src/sortaction.h @@ -101,6 +101,13 @@ class SortAction{ std::string toString() const{ return _action->toString(); } + + /** + * Gives access to the implementation + */ + const SortActionImpl& impl(){ + return *_action; + } private: ActionPointer _action;