]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/timetabledialog.cpp
Fix remaining exception class names
[r2c2.git] / source / engineer / timetabledialog.cpp
index 1d0842a83328ab248fd11eb2a852c9df82297895..8a185cd156f85b7e072deda6b202280c88630f1d 100644 (file)
@@ -63,7 +63,7 @@ void TimetableDialog::on_response(int code)
                        for(vector<Timetable::Row>::const_iterator i=rows.begin(); i!=rows.end(); ++i)
                                timetable.append(*i);
                }
-               catch(const Exception &e)
+               catch(const exception &e)
                {
                        // XXX Need a better way to report errors.  Also, should not let the dialog close.
                        IO::print("%s\n", e.what());