mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-22 16:41:18 +01:00
Revert "Replace header guards with #pragma once"
This reverts commit a6bc896e24.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#pragma once
|
||||
#ifndef __AUDACITY_SELECT_UTILITIES__
|
||||
#define __AUDACITY_SELECT_UTILITIES__
|
||||
|
||||
class AudacityProject;
|
||||
class Track;
|
||||
@@ -29,3 +30,5 @@ TENACITY_DLL_API void DoSelectAllAudio( AudacityProject &project );
|
||||
TENACITY_DLL_API void DoSelectSomething( AudacityProject &project );
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user