tag 357112 + patch
thanks, control, and have a nice day

This patch is the final piece.  It successfully builds for me on
i386/sid.

For anyone who's interested, the failing code in question was a
not-reached-but-shut-up-the-compiler statement, but since the function
in question doesn't return a pointer, but an object, the function
failed.  Oops.


--- src/ui/dialog/align-and-distribute.cpp.orig	2005-09-20 05:51:16.000000000 +0000
+++ src/ui/dialog/align-and-distribute.cpp	2006-05-12 04:47:19.000000000 +0000
@@ -954,7 +954,7 @@
         break;
 
     } // end of switch statement
-    return NULL;
+    return list.end(); // not reached, but shut up the compiler.
 }
 
 AlignAndDistribute::AlignTarget AlignAndDistribute::getAlignTarget()const {

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to