]> git.saurik.com Git - wxWidgets.git/commitdiff
formatting
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 28 Jan 2003 07:00:57 +0000 (07:00 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 28 Jan 2003 07:00:57 +0000 (07:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/private.h

index 514db92eae252ada3d28ab5e32847912aa44eb5b..a2db2e0e71fa15f75e1a6d915d7ce6d123ef3d6e 100644 (file)
@@ -143,6 +143,8 @@ void wxMacCreateBitmapButton( ControlButtonContentInfo*info , const wxBitmap& bi
 #define MAC_WXPOINTPTR(a) ((Point*)a)
 #define MAC_WXHMENU(a) ((MenuHandle)a)
 
+// string conversions / 
+
 #if TARGET_CARBON
 // converts this string into a carbon foundation string with optional pc 2 mac encoding
 CFStringRef wxMacCreateCFString( const wxString &str , bool pc2macEncoding ) ;
@@ -153,5 +155,6 @@ inline CFStringRef wxMacCreateCFString( const wxString &str )
 
 #endif //TARGET_CARBON
 
+
 #endif
     // _WX_PRIVATE_H_