mirror of
https://github.com/taglib/taglib.git
synced 2026-07-13 14:51:05 -04:00
default some more (#1135)
* remove defaulted constructor It gets implicitly generated. Signed-off-by: Rosen Penev <rosenp@gmail.com> * default some more swap is not needed here as shared_ptr is copyable. Signed-off-by: Rosen Penev <rosenp@gmail.com> --------- Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -225,8 +225,6 @@ public:
|
||||
class StructReader : public Reader
|
||||
{
|
||||
public:
|
||||
StructReader() = default;
|
||||
|
||||
/*!
|
||||
* Add a nested reader. This reader takes ownership.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user