Object lifecycle cleanup in glbarcode.

This commit is contained in:
Jim Evins
2018-02-11 17:28:55 -05:00
parent 9aff6c2e2f
commit a932ca74a2
6 changed files with 31 additions and 29 deletions
+5
View File
@@ -57,6 +57,11 @@ namespace glbarcode
*/
virtual ~Barcode();
/*
* Non-copyable
*/
Barcode( const Barcode & ) = delete;
void operator=( const Barcode & ) = delete;
/**
* Set accessor for "showText" property.