[Haiku-commits] r31285 - haiku/trunk/src/apps/debugger/debug_info
Ingo Weinhold
ingo_weinhold at gmx.de
Sun Jun 28 15:10:22 CEST 2009
-------- Original-Nachricht --------
> Datum: Sun, 28 Jun 2009 04:10:44 +0200
> Von: anevilyak at BerliOS <anevilyak at mail.berlios.de>
[...]
> 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();
Thanks! It worries me a bit that the previous version actually builds here without problem (Haiku, gcc 4). Just touched the file and added another syntax error to be sure it is really used.
CU, Ingo
More information about the Haiku-commits
mailing list