From 6cfdbf44cce0b0881d1811e7ec06c4e79e637c96 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 12 Apr 2009 17:06:48 +0000 Subject: Write C++ error handling wrapper. --- tests/pngxx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.3