From b2423cb224675ea9089918bbd53eadf8ed0c5b15 Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 15 May 2006 21:31:29 +0000 Subject: [PATCH] COMP: I always forgot this change of API --- Testing/Install/dummy.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Testing/Install/dummy.cxx b/Testing/Install/dummy.cxx index 7808f5e0..a59425c8 100644 --- a/Testing/Install/dummy.cxx +++ b/Testing/Install/dummy.cxx @@ -2,6 +2,7 @@ int main() { - gdcm::File *file = new gdcm::File(); + gdcm::File *file = gdcm::File::New(); + return 0; } -- 2.45.1