mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix #include guard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user