mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
ViewInfo is becoming a smart class, not a dumb struct
Now it has: A constructor XML attribute serializer functions (but no XML tag of its own) Also removed unused lastZoom
This commit is contained in:
committed by
Paul Licameli
parent
35e0897bf7
commit
ab21f75c77
@@ -25,7 +25,7 @@ class TrackList;
|
||||
class RowData;
|
||||
class EmptyLabelRenderer;
|
||||
class LabelTrack;
|
||||
struct ViewInfo;
|
||||
class ViewInfo;
|
||||
|
||||
WX_DEFINE_ARRAY(RowData *, RowDataArray);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user