]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/time.h
Made wxGTK dcps.cpp generic.
[wxWidgets.git] / include / wx / time.h
index 45d51a675221d680a1ea83adac326ea590c9eea5..a0137da9320c29f8b903dae358e2052d1cd792d5 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; }