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 3d972f5433e..caaf24bf229 100644 --- a/cpp/src/Freeze/Util.h +++ b/cpp/src/Freeze/Util.h @@ -49,10 +49,10 @@ initializeOutDbt(std::vector<Ice::Byte>& v, Dbt& dbt) } void -handleMemoryException(const DbException&, Key&, Dbt&); +handleMemoryException(const DbMemoryException&, Key&, Dbt&); void -handleMemoryException(const DbException&, Key&, Dbt&, Value&, Dbt&); +handleMemoryException(const DbMemoryException&, Key&, Dbt&, Value&, Dbt&); } |