Merge from vendor branch TNF:
[pkgsrcv2.git] / misc / stellarium / patches / patch-aa
1 $NetBSD$
2
3 --- src/core/modules/ConstellationMgr.cpp.orig  2010-12-05 16:31:00.000000000 +0000
4 +++ src/core/modules/ConstellationMgr.cpp
5 @@ -411,7 +411,7 @@ void ConstellationMgr::loadLinesAndArt(c
6                                 {
7                                         texturePath = StelFileMgr::findFile(QString("textures/")+texfile);
8                                 }
9 -                               catch(exception& e2)
10 +                               catch (std::exception& e2)
11                                 {
12                                         qWarning() << "ERROR: could not find texture, " << texfile << ": " << e2.what();
13                                 }