diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-04-12 17:06:48 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-04-12 17:06:48 +0000 |
commit | 6cfdbf44cce0b0881d1811e7ec06c4e79e637c96 (patch) | |
tree | 185ce42e21f39d28611996bee6e10c109b3140ef /tests | |
parent | b66a888acd9eb0b28c0e748c4506e267fe47360b (diff) | |
download | dimension-6cfdbf44cce0b0881d1811e7ec06c4e79e637c96.tar.xz |
Write C++ error handling wrapper.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pngxx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pngxx.cpp b/tests/pngxx.cpp index ed7cffd..8dc79b2 100644 --- a/tests/pngxx.cpp +++ b/tests/pngxx.cpp @@ -24,7 +24,7 @@ int main() { - dmnsn_set_resilience(DMNSN_SEVERITY_LOW); + Dimension::resilience(Dimension::SEVERITY_LOW); const unsigned int width = 333, height = 300; |