mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
Fix Windows build.
This commit is contained in:
parent
f0f4f03b42
commit
6dc52c3d7a
@ -75,7 +75,7 @@ std::shared_ptr<TrackPanelCell> Track::GetVRulerControl()
|
|||||||
return mpVRulerContols;
|
return mpVRulerContols;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "TrackPanelResizeHandle.h"
|
#include "../../TrackPanelResizeHandle.h"
|
||||||
std::shared_ptr<TrackPanelCell> Track::GetResizer()
|
std::shared_ptr<TrackPanelCell> Track::GetResizer()
|
||||||
{
|
{
|
||||||
if (!mpResizer)
|
if (!mpResizer)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user