Skip to content

Commit

Permalink
Update src/fs_io.h
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rousskov <[email protected]>
  • Loading branch information
yadij and rousskov authored Oct 19, 2024
1 parent a15a2c3 commit 82f92ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class dwrite_q
MEMPROXY_CLASS(dwrite_q);
public:
dwrite_q(const size_t wantCapacity) : dwrite_q(wantCapacity, nullptr, nullptr) {}
dwrite_q(const size_t hasLength, char *, FREE *);
dwrite_q(size_t, char *, FREE *);
dwrite_q(dwrite_q &&) = delete; // no copying or moving of any kind
~dwrite_q();

Expand Down

0 comments on commit 82f92ce

Please sign in to comment.