[Haiku-commits] r31285 - haiku/trunk/src/apps/debugger/debug_info
anevilyak at BerliOS
anevilyak at mail.berlios.de
Sun Jun 28 04:10:44 CEST 2009
Author: anevilyak
Date: 2009-06-28 04:10:43 +0200 (Sun, 28 Jun 2009)
New Revision: 31285
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31285&view=rev
Modified:
haiku/trunk/src/apps/debugger/debug_info/ImageDebugInfo.h
Log:
Fix typo.
Modified: haiku/trunk/src/apps/debugger/debug_info/ImageDebugInfo.h
===================================================================
--- haiku/trunk/src/apps/debugger/debug_info/ImageDebugInfo.h 2009-06-27 23:40:32 UTC (rev 31284)
+++ haiku/trunk/src/apps/debugger/debug_info/ImageDebugInfo.h 2009-06-28 02:10:43 UTC (rev 31285)
@@ -22,7 +22,7 @@
class ImageDebugInfo : public Referenceable {
public:
- ImageDebugInfo(const ImageInfo& imageInfo),
+ ImageDebugInfo(const ImageInfo& imageInfo);
~ImageDebugInfo();
bool AddSpecificInfo(SpecificImageDebugInfo* info);
More information about the Haiku-commits
mailing list