From ba75aa39dbf29eba02941fad2b4ac5c7d4b30a13 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 25 Apr 2005 11:39:33 +0000 Subject: Fixed ice_name return type --- cpp/src/IceUtil/UUID.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceUtil/UUID.cpp') diff --git a/cpp/src/IceUtil/UUID.cpp b/cpp/src/IceUtil/UUID.cpp index 430a82ffc01..963215ae888 100644 --- a/cpp/src/IceUtil/UUID.cpp +++ b/cpp/src/IceUtil/UUID.cpp @@ -99,7 +99,7 @@ static UUIDCleanup uuidCleanup; #endif -const char* +const string IceUtil::UUIDGenerationException::ice_name() const { return _name; -- cgit v1.2.3