diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2020-12-01 16:41:53 +0800 | 
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2020-12-01 16:41:53 +0800 | 
| commit | e226d596cd780583dc45a06c7ca39cfd265602ea (patch) | |
| tree | 8c9a32ef5483a52c5c5f47afb93e54ab50c4d166 | |
| parent | baa0e6cbb67912530d80d218712e6ca1e423f4dc (diff) | |
Product is already declared a struct
| -rw-r--r-- | qicclient/client.hxx | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 1939d3d..488a093 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -7,7 +7,6 @@ namespace QICClient {  	using std::shared_ptr;  	class Catalog; -	class Product;  	class Ord;  	class Client : public QObject |