From 55e74cf2613cedd06ace266170ee8f89fccca85e Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sun, 28 Jun 2009 02:10:43 +0000 Subject: [PATCH] Fix typo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31285 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debugger/debug_info/ImageDebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debugger/debug_info/ImageDebugInfo.h b/src/apps/debugger/debug_info/ImageDebugInfo.h index 42616029a3..0464531122 100644 --- a/src/apps/debugger/debug_info/ImageDebugInfo.h +++ b/src/apps/debugger/debug_info/ImageDebugInfo.h @@ -22,7 +22,7 @@ class SpecificImageDebugInfo; class ImageDebugInfo : public Referenceable { public: - ImageDebugInfo(const ImageInfo& imageInfo), + ImageDebugInfo(const ImageInfo& imageInfo); ~ImageDebugInfo(); bool AddSpecificInfo(SpecificImageDebugInfo* info);