mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Merge pull request #400 from mvines/asw
AsyncSaveWorker now controls the lifecycle of its filename
This commit is contained in:
commit
7fb5e261b2
@ -983,7 +983,7 @@ public:
|
||||
|
||||
private:
|
||||
Matrix* matrix;
|
||||
char* filename;
|
||||
std::string filename;
|
||||
int res;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user