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