diff options
Diffstat (limited to 'cpp/src/Freeze/Util.h')
-rw-r--r-- | cpp/src/Freeze/Util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Freeze/Util.h b/cpp/src/Freeze/Util.h index b41815f2c94..52582471517 100644 --- a/cpp/src/Freeze/Util.h +++ b/cpp/src/Freeze/Util.h @@ -61,11 +61,11 @@ handleDbException(const DbException&, const char*, int); void handleDbException(const DbException&, Key&, Dbt&, - const char*, int); + const char*, int); void handleDbException(const DbException&, Key&, Dbt&, Value&, Dbt&, - const char*, int); + const char*, int); } |