From 058f2d0ccebcf23d4daf7009c98199bff2de3051 Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Wed, 8 Sep 2010 15:42:49 +0200 Subject: [PATCH] fixed a problem with previous merge --- components/esm_store/cell_store.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esm_store/cell_store.hpp b/components/esm_store/cell_store.hpp index 4e87494646..6acd81dcec 100644 --- a/components/esm_store/cell_store.hpp +++ b/components/esm_store/cell_store.hpp @@ -128,7 +128,7 @@ namespace ESMS cell = store.cells.searchExt (X, Y); if(cell == NULL) - throw str_exception("Exterior cell not found"); + throw std::runtime_error("Exterior cell not found"); loadRefs(store, esm); }