summaryrefslogtreecommitdiff
path: root/misc/stellarium/patches/patch-aa
blob: d1dfe7cd7346e670cefc0dbe3f0b90fbdc56e13d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2010/03/11 11:15:17 adam Exp $

--- src/modules/ConstellationMgr.cpp.orig	2010-02-22 11:22:31.000000000 +0000
+++ src/modules/ConstellationMgr.cpp
@@ -396,7 +396,7 @@ void ConstellationMgr::loadLinesAndArt(c
 				{
 					texturePath = StelFileMgr::findFile(QString("textures/")+texfile);
 				}
-				catch(exception& e2)
+				catch (std::exception& e2)
 				{
 					qWarning() << "ERROR: could not find texture, " << texfile << ": " << e2.what();
 				}