Update of /cvsroot/audacity/audacity-src/src/widgets
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv25302/src/widgets

Modified Files:
        AttachableScrollBar.h Ruler.h 
Log Message:
-Added plug in capability for mod-script-pipe

Index: AttachableScrollBar.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/AttachableScrollBar.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- AttachableScrollBar.h       1 Jun 2006 08:08:12 -0000       1.2
+++ AttachableScrollBar.h       18 Jun 2007 16:10:55 -0000      1.3
@@ -21,7 +21,7 @@
 
 struct ViewInfo;
 
-class AttachableScrollBar :
+class AUDACITY_DLL_API AttachableScrollBar :
        public wxScrollBar
 {
 public:

Index: Ruler.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Ruler.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Ruler.h     17 Sep 2006 01:10:37 -0000      1.18
+++ Ruler.h     18 Jun 2007 16:10:55 -0000      1.19
@@ -21,7 +21,7 @@
 struct ViewInfo;
 class AudacityProject;
 
-class Ruler {
+class AUDACITY_DLL_API Ruler {
  public:
 
    enum RulerFormat {
@@ -153,7 +153,7 @@
    wxString     mUnits;
 };
 
-class RulerPanel : public wxPanel {
+class AUDACITY_DLL_API RulerPanel : public wxPanel {
    DECLARE_DYNAMIC_CLASS(RulerPanel)
 
  public:
@@ -183,7 +183,7 @@
 // Once TrackPanel uses wxSizers, we will derive it from some 
 // wxWindow and the GetSize and SetSize functions
 // will then be wxWindows functions instead.
-class AdornedRulerPanel : public wxPanel
+class AUDACITY_DLL_API AdornedRulerPanel : public wxPanel
 {
 public:
    AdornedRulerPanel(wxWindow* parent,


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to