Make Batch copy constructor explicit

This commit is contained in:
Atlante45 2015-06-16 15:13:43 +02:00
parent a486ed1a57
commit e8e1f81880

View file

@ -70,7 +70,7 @@ public:
typedef Stream::Slot Slot;
Batch();
Batch(const Batch& batch);
explicit Batch(const Batch& batch);
~Batch();
void clear();