mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Each .cpp/.mm file includes corresponding header before any other...
... except Audacity.h This forces us to make each header contain all forward declarations or nested headers that it requires, rather than depend on context.
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#ifndef __AUDACITY_HELP_TEXT__
|
||||
#define __AUDACITY_HELP_TEXT__
|
||||
|
||||
class wxString;
|
||||
|
||||
wxString HelpText( const wxString & Key );
|
||||
wxString TitleText( const wxString & Key );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user