From 259110b90336240ce6cdde0201d05ce03a1f73fe Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 9 Sep 2002 14:50:25 +0000 Subject: Doh --- cd-tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cd-tool.cpp') diff --git a/cd-tool.cpp b/cd-tool.cpp index 8a6b9c7..35e550f 100644 --- a/cd-tool.cpp +++ b/cd-tool.cpp @@ -98,7 +98,7 @@ int Main(int argc, char ** argv) { exit(-1); } - iso_r = new cdreader(iso_name); + iso_r = new Input(iso_name); get_iso_infos(iso_r); -- cgit v1.2.3