Mark Importer assignment operator deleted

pull/1765/head
Turo Lamminen 2018-02-03 16:45:07 +02:00
parent b0b125dfe6
commit e21b79a8bf
1 changed files with 5 additions and 0 deletions

View File

@ -139,6 +139,11 @@ public:
*/
Importer(const Importer& other);
// -------------------------------------------------------------------
/** Assignment operator has been deleted
*/
Importer &operator=(const Importer &) = delete;
// -------------------------------------------------------------------
/** Destructor. The object kept ownership of the imported data,
* which now will be destroyed along with the object.