1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 11:13:16 +01:00

Can't remove remaining wx headers from other headers, comment that

This commit is contained in:
Paul Licameli
2018-11-14 11:48:46 -05:00
parent 6a973f6700
commit 4714d72b3f
33 changed files with 40 additions and 40 deletions

View File

@@ -32,7 +32,7 @@ Also, see ODPCMAliasBlockFile for a similar file.
#include "../ondemand/ODTaskThread.h"
#include "../DirManager.h"
#include "../ondemand/ODDecodeTask.h"
#include <wx/atomic.h>
#include <wx/atomic.h> // member variable
/// An AliasBlockFile that references uncompressed data in an existing file
class ODDecodeBlockFile final : public SimpleBlockFile