From b9b2dc0575ba01dd294264f217757a88cabafc62 Mon Sep 17 00:00:00 2001 From: randomdan Date: Mon, 5 Apr 2010 17:15:14 +0000 Subject: Minor fixes --- libodbcpp/command.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libodbcpp/command.h') diff --git a/libodbcpp/command.h b/libodbcpp/command.h index 9da291c..8ef7249 100644 --- a/libodbcpp/command.h +++ b/libodbcpp/command.h @@ -25,9 +25,9 @@ namespace ODBC { void bindParamS(unsigned int i, const unsigned char *, size_t); void bindParamS(unsigned int i, std::string); void bindParamS(unsigned int i, String); - void bindParamT(unsigned int i, struct tm *); + void bindParamT(unsigned int i, const struct tm *); void bindParamT(unsigned int i, time_t); - void bindParamT(unsigned int i, const TimeTypePair & p) { bindParamT(i, p.c()); } + void bindParamT(unsigned int i, const TimeTypePair & p); const String sql; protected: -- cgit v1.2.3