]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/time.h
AIX patches from Hans-Joachim Baader <hans-joachim.baader@cjt.de>
[wxWidgets.git] / include / wx / time.h
index ec06d912bbc111e4aaa1db9fcfa8d5c14f163c1b..49dbc62105a397eb39e37a72875186894cd4e654 100644 (file)
@@ -55,8 +55,11 @@ public:
     wxTime(const wxDate&, hourTy h =0, minuteTy m =0, secondTy s=0, bool dst =FALSE);
 
     // Convert to string
+#ifndef __SALFORDC__
     operator char *   (void);
     operator wxDate() const;
+#endif
+
     bool operator<(const wxTime& t) const     { return sec < t.sec; }
     bool operator<=(const wxTime& t) const    { return sec <= t.sec; }
     bool operator>(const wxTime& t) const     { return sec > t.sec; }