diff options
Diffstat (limited to 'interchange/ord.hxx')
-rw-r--r-- | interchange/ord.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/ord.hxx b/interchange/ord.hxx index 4ec06b4..985f923 100644 --- a/interchange/ord.hxx +++ b/interchange/ord.hxx @@ -45,7 +45,7 @@ namespace QInterchange { void setProfile(QString const& profile); public slots: // void remove(unsigned int const& indices); - void checkout(Member& member); + void checkout(const Member& member); signals: void rowCountChanged(); void subtotalChanged(); |