Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9323

Modified Files:
        ShuttleGui.h 
Log Message:
Made a couple of ShuttleGui methods static.


Index: ShuttleGui.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/ShuttleGui.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- ShuttleGui.h        6 Apr 2009 23:20:28 -0000       1.31
+++ ShuttleGui.h        20 May 2009 06:08:26 -0000      1.32
@@ -343,9 +343,9 @@
    int GetBorder() { return miBorder; };
 
    void SetSizeHints( int minX = -1, int minY = -1 );
-   void SetSizeHints( wxWindow *window, const wxArrayString & items );
-   void SetSizeHints( wxWindow *window, const wxArrayInt & items );
    void SetSizeHints( const wxArrayString & items );
    void SetSizeHints( const wxArrayInt & items );
+   static void SetSizeHints( wxWindow *window, const wxArrayString & items );
+   static void SetSizeHints( wxWindow *window, const wxArrayInt & items );
 };
 #endif


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to