1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +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:
Paul-Licameli
2015-04-19 12:21:31 -04:00
committed by Paul Licameli
parent 35e0897bf7
commit ab21f75c77
10 changed files with 92 additions and 55 deletions

View File

@@ -45,7 +45,7 @@ class AudacityProject;
class TrackPanelAx;
struct ViewInfo;
class ViewInfo;
WX_DEFINE_ARRAY(LWSlider *, LWSliderArray);