summaryrefslogtreecommitdiff
path: root/libodbcpp/modifycommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libodbcpp/modifycommand.h')
-rw-r--r--libodbcpp/modifycommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libodbcpp/modifycommand.h b/libodbcpp/modifycommand.h
index ef480c9..e833518 100644
--- a/libodbcpp/modifycommand.h
+++ b/libodbcpp/modifycommand.h
@@ -6,7 +6,7 @@
namespace ODBC {
class ModifyCommand : public Command {
public:
- ModifyCommand(const Connection&, String sql);
+ ModifyCommand(const Connection &, const std::string & sql);
~ModifyCommand();
// Execute the command and return effected row count
unsigned int execute(bool allowNoChange = true);