diff --git a/src/pool/test/TestPoolSQL.cc b/src/pool/test/TestPoolSQL.cc index de33632352..ee730b56b8 100644 --- a/src/pool/test/TestPoolSQL.cc +++ b/src/pool/test/TestPoolSQL.cc @@ -65,7 +65,7 @@ int TestObjectSQL::select(SqlDB *db) int boid; set_callback( - static_cast(&TestObjectSQL::unmarshall),0); + static_cast(&TestObjectSQL::unmarshall),0); oss << "SELECT * FROM " << table << " WHERE oid = " << oid; boid = oid; @@ -128,4 +128,4 @@ int TestObjectSQL::drop(SqlDB * db) } return rc; -} \ No newline at end of file +}