mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Fix Windows build.
This commit is contained in:
@@ -75,7 +75,7 @@ std::shared_ptr<TrackPanelCell> Track::GetVRulerControl()
|
||||
return mpVRulerContols;
|
||||
}
|
||||
|
||||
#include "TrackPanelResizeHandle.h"
|
||||
#include "../../TrackPanelResizeHandle.h"
|
||||
std::shared_ptr<TrackPanelCell> Track::GetResizer()
|
||||
{
|
||||
if (!mpResizer)
|
||||
|
||||
Reference in New Issue
Block a user