Object lifecycle cleanup in glbarcode.
This commit is contained in:
@@ -104,6 +104,15 @@ namespace glbarcode
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Copy assignment "=" operator
|
||||
*/
|
||||
inline Matrix & operator=( const Matrix & src )
|
||||
{
|
||||
return Matrix( src );
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Indirection "[]" operator
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user