$NetBSD: patch-aa,v 1.5 2010/12/06 21:03:19 adam Exp $

--- src/core/modules/ConstellationMgr.cpp.orig	2010-12-05 16:31:00.000000000 +0000
+++ src/core/modules/ConstellationMgr.cpp
@@ -411,7 +411,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();
 				}
