Fix typo in coral::file_writer destructor

This commit is contained in:
kayomn 2023-02-22 21:02:42 +00:00
parent 9b06e7d2e2
commit cf5ca23f94
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ export namespace coral {
}; };
struct file_writer : public writer { struct file_writer : public writer {
virtual ~file_reader() {} virtual ~file_writer() {}
}; };
/** /**