diff options
Diffstat (limited to 'interchange')
-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 83fcce9..7728085 100644 --- a/interchange/ord.hxx +++ b/interchange/ord.hxx @@ -36,7 +36,7 @@ namespace QInterchange { Q_PROPERTY(double totalCost READ totalCost NOTIFY totalCostChanged) public: - explicit Ord(struct interchange_ord_order order, + explicit Ord(struct interchange_ord_order *order, QObject* parent = nullptr); ~Ord() {} int rowCount(QModelIndex const& parent = QModelIndex()) const Q_DECL_OVERRIDE; |