mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
more progress on bug 113
better handling of error conditions in all BuildFromXML methods, per comment: // BuildFromXML methods should always return a BlockFile, not NULL, // even if the result is flawed (e.g., refers to nonexistent file), // as testing will be done in DirManager::ProjectFSCK().
This commit is contained in:
@@ -40,9 +40,6 @@ class ODFileDecoder;
|
||||
class ODDecodeTask:public ODTask
|
||||
{
|
||||
public:
|
||||
// Constructor / Destructor
|
||||
|
||||
/// Constructs an ODTask
|
||||
ODDecodeTask();
|
||||
virtual ~ODDecodeTask(){};
|
||||
|
||||
|
Reference in New Issue
Block a user