mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 06:06:18 +01:00
Tighten C++ linting rules
Bump benchmark dependencies Update leak test suppressions Update future branch details
This commit is contained in:
@@ -73,7 +73,6 @@ struct MetadataBaton {
|
||||
};
|
||||
|
||||
class MetadataWorker : public AsyncWorker {
|
||||
|
||||
public:
|
||||
MetadataWorker(Callback *callback, MetadataBaton *baton, const Local<Object> &bufferIn) :
|
||||
AsyncWorker(callback), baton(baton) {
|
||||
|
||||
Reference in New Issue
Block a user