mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-07 09:33:49 +01:00
Fix inverted assertion condition
This commit is contained in:
@@ -300,7 +300,7 @@ int DBConnection::CheckpointHook(void *data, sqlite3 *db, const char *schema, in
|
|||||||
|
|
||||||
ConnectionPtr::~ConnectionPtr()
|
ConnectionPtr::~ConnectionPtr()
|
||||||
{
|
{
|
||||||
wxASSERT_MSG(mpConnection, wxT("Project file was not closed at shutdown"));
|
wxASSERT_MSG(!mpConnection, wxT("Project file was not closed at shutdown"));
|
||||||
}
|
}
|
||||||
|
|
||||||
static const AudacityProject::AttachedObjects::RegisteredFactory
|
static const AudacityProject::AttachedObjects::RegisteredFactory
|
||||||
|
|||||||
Reference in New Issue
Block a user