1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Track::mChannel has an enum type

This commit is contained in:
Paul Licameli
2018-09-20 12:39:05 -04:00
parent 998556205d
commit 35f5555216
4 changed files with 16 additions and 16 deletions

View File

@@ -98,8 +98,8 @@ private:
double GetOffset() const override;
void SetOffset(double o) override;
virtual int GetChannelIgnoringPan() const;
virtual int GetChannel() const override;
virtual ChannelType GetChannelIgnoringPan() const;
ChannelType GetChannel() const override;
virtual void SetPanFromChannelType() override;
/** @brief Get the time at which the first clip in the track starts