Skip to content

Commit

Permalink
Fixes GCC build
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Feb 15, 2024
1 parent 8f2bb1a commit 7417380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libraries/lib-cloud-audiocom/sync/ProjectCloudExtension.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
**********************************************************************/
#pragma once

#include <atomic>
#include <cstdint>
#include <functional>
#include <memory>
Expand All @@ -23,7 +24,7 @@
#include "ClientData.h"
#include "Observer.h"

#include "sync/CloudSyncError.h"
#include "CloudSyncError.h"
#include "CloudSyncUtils.h"

class AudacityProject;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ AudioComDialogBase::AudioComDialogBase(

auto checkbox =
safenew wxCheckBox { this, wxID_ANY,
XO("Dont show this again").Translation() };
XO("Don't show this again").Translation() };

checkbox->SetValue(skipDialog);

Expand Down

0 comments on commit 7417380

Please sign in to comment.