summaryrefslogtreecommitdiff
path: root/cd-tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r--cd-tool.cpp2
1 files changed, 1 insertions, 1 deletions
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);