1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Implement AdornedRulerPanel::Root()

This commit is contained in:
Paul Licameli
2018-09-18 10:36:20 -04:00
parent 588c050bbb
commit 08f88ebf2e
2 changed files with 39 additions and 1 deletions

View File

@@ -212,6 +212,10 @@ private:
class ScrubbingCell;
std::shared_ptr<ScrubbingCell> mScrubbingCell;
// classes implementing subdivision for CellularPanel
struct Subgroup;
struct MainGroup;
};
#endif //define __AUDACITY_ADORNED_RULER_PANEL__