mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 14:11:13 +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
@@ -37,7 +37,7 @@ class LabelTrack;
|
||||
class TimeTrack;
|
||||
class TrackList;
|
||||
class Ruler;
|
||||
struct ViewInfo;
|
||||
class ViewInfo;
|
||||
|
||||
#ifndef uchar
|
||||
typedef unsigned char uchar;
|
||||
|
||||
Reference in New Issue
Block a user