mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02: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
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <wx/scrolbar.h>
|
||||
|
||||
struct ViewInfo;
|
||||
class ViewInfo;
|
||||
|
||||
class AUDACITY_DLL_API AttachableScrollBar :
|
||||
public wxScrollBar
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "../Envelope.h"
|
||||
#include "../Experimental.h"
|
||||
|
||||
struct ViewInfo;
|
||||
class ViewInfo;
|
||||
class AudacityProject;
|
||||
class TimeTrack;
|
||||
class SnapManager;
|
||||
|
||||
Reference in New Issue
Block a user