Index: src/google_breakpad/processor/minidump.h |
=================================================================== |
--- src/google_breakpad/processor/minidump.h (revision 1480) |
+++ src/google_breakpad/processor/minidump.h (working copy) |
@@ -892,7 +892,7 @@ |
const string GetPathname() const { return valid_ ? region_.path : ""; } |
// Print the contents of this mapping. |
- void Print(); |
+ void Print() const; |
private: |
// These objects are managed by MinidumpLinuxMapsList. |
@@ -920,7 +920,7 @@ |
const MinidumpLinuxMaps *GetLinuxMapsAtIndex(unsigned int index) const; |
// Print the contents of /proc/self/maps to stdout. |
- void Print(); |
+ void Print() const; |
private: |
friend class Minidump; |