From 4ac61acb3a7dad6ce722fe07564be8ec92713228 Mon Sep 17 00:00:00 2001 From: dmaclach Date: Mon, 19 Jul 2010 20:43:49 +0000 Subject: Clean up build for 64 bit. Fix up some broken mac projects. Consolidate project settings in xcconfig files. http://breakpad.appspot.com/130001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@627 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/module.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/module.h') diff --git a/src/common/module.h b/src/common/module.h index 18351319..8aea99f8 100644 --- a/src/common/module.h +++ b/src/common/module.h @@ -274,7 +274,8 @@ class Module { // to it; destroying the module frees the Files and Functions these // point to. FileByNameMap files_; // This module's source files. - set functions_; // This module's functions. + typedef set FunctionSet; + FunctionSet functions_; // This module's functions. // The module owns all the call frame info entries that have been // added to it. -- cgit v1.2.1