]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/overlay.cpp
Fix remaining exception class names
[r2c2.git] / source / 3d / overlay.cpp
index cf0cd269148878cc45606dcdd6bef8a09a119be2..c10a8db59121c31e35cf75d887a9172cf9f3ff90 100644 (file)
@@ -140,7 +140,7 @@ const GL::Mesh *Overlay3D::get_graphic(const string &name)
                {
                        DataFile::load(*grf, (FS::Path("icons")/(name+".mesh")).str());
                }
-               catch(const Exception &e)
+               catch(const exception &e)
                {
                        IO::print("Error loading overlay graphic '%s': %s\n", name, e.what());
                        delete grf;