memory-related refactor

This commit is contained in:
MihailRis
2024-05-19 07:09:58 +03:00
parent f47c7d00a2
commit c5f663b7cb
16 changed files with 205 additions and 209 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ namespace audio {
return true;
}
static NoAudio* create();
static std::unique_ptr<NoAudio> create();
};
}