]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
Make all instances of HasEditorCtrl() const, not just a few
[wxWidgets.git] / include / wx / osx / core / private.h
index f6ed9b27ec63faf920f14a1475d3e1bae5ca4733..10c0665b09933b95cc2d64d7fc97f5b4cf78dcdd 100644 (file)
@@ -43,7 +43,7 @@ wxString WXDLLIMPEXP_CORE wxMacMakeStringFromPascal( const unsigned char * from
 
 class WXDLLIMPEXP_CORE wxMacCGContextStateSaver
 {
 
 class WXDLLIMPEXP_CORE wxMacCGContextStateSaver
 {
-    DECLARE_NO_COPY_CLASS(wxMacCGContextStateSaver)
+    wxDECLARE_NO_COPY_CLASS(wxMacCGContextStateSaver);
 
 public:
     wxMacCGContextStateSaver( CGContextRef cg )
 
 public:
     wxMacCGContextStateSaver( CGContextRef cg )
@@ -130,7 +130,7 @@ public :
 protected :
     wxMenuItem* m_peer;
     
 protected :
     wxMenuItem* m_peer;
     
-    DECLARE_ABSTRACT_CLASS(wxMenuItemImpl);
+    DECLARE_ABSTRACT_CLASS(wxMenuItemImpl)
 } ;
 
 class wxMenuImpl : public wxObject 
 } ;
 
 class wxMenuImpl : public wxObject 
@@ -159,7 +159,7 @@ public :
 protected :
     wxMenu* m_peer;
     
 protected :
     wxMenu* m_peer;
     
-    DECLARE_ABSTRACT_CLASS(wxMenuItemImpl);
+    DECLARE_ABSTRACT_CLASS(wxMenuItemImpl)
 } ;
 
 
 } ;