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);