mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Move definition of _ and related into Internat.h
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include "../../widgets/wxPanelWrapper.h"
|
||||
|
||||
#include "AudioUnitEffect.h"
|
||||
#include "../../Internat.h"
|
||||
|
||||
struct CFReleaser
|
||||
{ void operator () (const void *p) const { if (p) CFRelease(p); } };
|
||||
|
Reference in New Issue
Block a user