mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Moved 'class EditCurvesDialog:public wxDialog' outside of the '#if wxUSE_ACCESSIBILITY' conditional to allow compilation when wxUSE_ACCESSIBILITY is undefined.
This commit is contained in:
parent
da5c299292
commit
aadc759fe2
@ -354,8 +354,6 @@ private:
|
||||
|
||||
};
|
||||
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
|
||||
// EditCurvesDialog. Note that the 'modified' curve used to be called 'custom' but is now called 'unnamed'
|
||||
// Some things that deal with 'unnamed' curves still use, for example, 'mCustomBackup' as variable names.
|
||||
class EditCurvesDialog:public wxDialog
|
||||
@ -387,6 +385,9 @@ private:
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
|
||||
class SliderAx: public wxWindowAccessible
|
||||
{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user