]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/tooltip.h
make more Init() functions private
[wxWidgets.git] / include / wx / cocoa / tooltip.h
index 42c9abfc35ea624c86b994b628992b57e2a97093..ee632c6873d7bba95445437f46727166877beae4 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        cocoa/tooltip.h
+// Name:        wx/cocoa/tooltip.h
 // Purpose:     wxToolTip class - tooltip control
 // Author:      Ryan Norton
 // Modified by:
@@ -48,7 +48,7 @@ private:
 
     wxString  m_text;           // tooltip text
     wxWindow *m_window;         // window we're associated with
-    
+
     DECLARE_ABSTRACT_CLASS(wxToolTip)
 };