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
+9
View File
@@ -104,6 +104,15 @@ namespace glbarcode
}
/**
* Copy assignment "=" operator
*/
inline Matrix & operator=( const Matrix & src )
{
return Matrix( src );
}
/**
* Indirection "[]" operator
*/