-// For some reason, Watcom C++ can't link variant.cpp with time/date classes compiled
-#if wxUSE_TIMEDATE && !defined(__WATCOMC__)
- bool operator== (const wxTime& value) const;
- bool operator!= (const wxTime& value) const;
- void operator= (const wxTime& value) ;
- bool operator== (const wxDate& value) const;
- bool operator!= (const wxDate& value) const;
- void operator= (const wxDate& value) ;
-#endif