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 e748aec..d5d766b 100644
--- a/cd-tool.cpp
+++ b/cd-tool.cpp
@@ -113,7 +113,7 @@ virtual int startup() throw (GeneralException) {
exit(-1);
}
- iso_r = open_iso(iso_name);
+ iso_r = cdabstract::open_cd(iso_name);
cdutil = new cdutils(iso_r);