mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-28 11:12:26 -04:00
Put Reader, Writer inside "stream" namespace.
This commit is contained in:
parent
01320d9806
commit
a5793b8b9d
5 changed files with 9 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
class FileWriter : public Writer {
|
||||
class FileWriter : public stream::Writer {
|
||||
public:
|
||||
FileWriter() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue