From a2d5da4831bf53acd23cd7bc6e08818f4d02efff Mon Sep 17 00:00:00 2001 From: dmaclach Date: Tue, 27 Jul 2010 16:33:22 +0000 Subject: Fixes up some style nits, and gets us compiling on Leopard again. Review: http://breakpad.appspot.com/133001 BUG:none TEST:Compile on Leopard git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@631 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/module.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/module.h') diff --git a/src/common/module.h b/src/common/module.h index 8aea99f8..8c20cea0 100644 --- a/src/common/module.h +++ b/src/common/module.h @@ -269,12 +269,12 @@ class Module { // A map from filenames to File structures. The map's keys are // pointers to the Files' names. typedef map FileByNameMap; + typedef set FunctionSet; // The module owns all the files and functions that have been added // to it; destroying the module frees the Files and Functions these // point to. - FileByNameMap files_; // This module's source files. - typedef set FunctionSet; + FileByNameMap files_; // This module's source files. FunctionSet functions_; // This module's functions. // The module owns all the call frame info entries that have been -- cgit v1.2.1