mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-02 01:44:25 +01:00
Fix some comments
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
virtual ~TrackPanelNode() = 0;
|
||||
};
|
||||
|
||||
// A node of the TrackPanel that contins other nodes.
|
||||
// A node of the TrackPanel that contains other nodes.
|
||||
class AUDACITY_DLL_API TrackPanelGroup /* not final */ : public TrackPanelNode
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user