diff options
Diffstat (limited to 'libmysqlpp/command.h')
-rw-r--r-- | libmysqlpp/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysqlpp/command.h b/libmysqlpp/command.h index 19a1323..21a2e09 100644 --- a/libmysqlpp/command.h +++ b/libmysqlpp/command.h @@ -24,8 +24,8 @@ namespace MySQL { void bindParamS(unsigned int, const Glib::ustring&); - void bindParamT(unsigned int, const tm*); - void bindParamT(unsigned int, time_t); + void bindParamT(unsigned int, const boost::posix_time::time_duration &); + void bindParamT(unsigned int, const boost::posix_time::ptime &); void bindNull(unsigned int); protected: |