mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Make Batch copy constructor explicit
This commit is contained in:
parent
a486ed1a57
commit
e8e1f81880
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public:
|
|||
typedef Stream::Slot Slot;
|
||||
|
||||
Batch();
|
||||
Batch(const Batch& batch);
|
||||
explicit Batch(const Batch& batch);
|
||||
~Batch();
|
||||
|
||||
void clear();
|
||||
|
|
Loading…
Reference in a new issue