mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 22:43:01 +02:00
Fix #include paths
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
|||||||
virtual ~TrackControls() = 0;
|
virtual ~TrackControls() = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "AttachedVirtualFunction.h"
|
#include "../../AttachedVirtualFunction.h"
|
||||||
|
|
||||||
struct DoGetControlsTag;
|
struct DoGetControlsTag;
|
||||||
|
|
||||||
|
@@ -93,7 +93,7 @@ private:
|
|||||||
int mHeight{ DefaultHeight };
|
int mHeight{ DefaultHeight };
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "AttachedVirtualFunction.h"
|
#include "../../AttachedVirtualFunction.h"
|
||||||
|
|
||||||
struct DoGetViewTag;
|
struct DoGetViewTag;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user