Explicitly set copy & move constructors to default for Printer

This commit is contained in:
2023-09-25 18:27:02 +02:00
parent 68283a6295
commit ccea502734
2 changed files with 5 additions and 5 deletions

View File

@@ -41,8 +41,6 @@
namespace ptprnt::printer {
P700Printer::P700Printer() {}
P700Printer::~P700Printer() {
detachUsbDevice();
if (mUsbHndl) {