1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-12 15:46:25 +01:00

fix linux build - needed foward declaration in last commit

This commit is contained in:
mchinen
2011-01-17 04:39:07 +00:00
parent 350b96038c
commit 25800063d7

View File

@@ -18,6 +18,7 @@ class wxImage;
class wxSize; class wxSize;
class wxPoint; class wxPoint;
class wxChoice; class wxChoice;
class wxStaticText;
typedef struct DeviceSourceMap { typedef struct DeviceSourceMap {
int deviceIndex; int deviceIndex;