mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 07:59:27 +02:00
Fix #include guard
This commit is contained in:
parent
98d3e91452
commit
ae99e69af0
@ -10,7 +10,6 @@
|
||||
|
||||
#ifndef __AUDACITY_TEMP_DIRECTORY__
|
||||
#define __AUDACITY_TEMP_DIRECTORY__
|
||||
#endif
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "audacity/Types.h"
|
||||
@ -32,3 +31,5 @@ namespace TempDirectory
|
||||
wxWindow *window = nullptr);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user