mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-21 06:59:02 +00:00
Put Reader, Writer inside "stream" namespace.
This commit is contained in:
@@ -117,7 +117,7 @@ void RecordView::start() {
|
||||
return;
|
||||
}
|
||||
|
||||
std::unique_ptr<Writer> writer;
|
||||
std::unique_ptr<stream::Writer> writer;
|
||||
switch(file_type) {
|
||||
case FileType::WAV:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user