summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/pngxx.cpp2
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;