From d09c1c538deecfa9b30b84cf42e9ece06364a66f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 15 Oct 2007 12:57:05 +0000 Subject: Added missing framing:: qualifier. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@584776 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/assert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/assert.cpp') diff --git a/cpp/src/qpid/assert.cpp b/cpp/src/qpid/assert.cpp index c2cd84d444..82db22b0cc 100644 --- a/cpp/src/qpid/assert.cpp +++ b/cpp/src/qpid/assert.cpp @@ -32,7 +32,7 @@ void assert_fail(char const * expr, char const * function, char const * file, lo msg << "Internal error: " << expr << " in function " << function << "(" << file << ":" << line << ")"; #ifdef NDEBUG - throw InternalErrorException(msg); + throw framing::InternalErrorException(msg); #else std::cerr << msg << std::endl; abort(); -- cgit v1.2.1