]> granicus.if.org Git - imagemagick/commitdiff
Silence warning..
authordirk <dirk@git.imagemagick.org>
Tue, 2 Feb 2016 19:36:52 +0000 (20:36 +0100)
committerdirk <dirk@git.imagemagick.org>
Tue, 2 Feb 2016 19:36:52 +0000 (20:36 +0100)
Magick++/lib/Montage.cpp

index 4446ef553b1f8399cec84449c00bee1d6bf878bd..4c0d47e9c3724ce26c3569793faf00328be57651 100644 (file)
@@ -230,10 +230,10 @@ void Magick::Montage::updateMontageInfo(MontageInfo &montageInfo_ ) const
 //
 
 Magick::MontageFramed::MontageFramed(void)
-  : _borderColor("#dfdfdf"),
+  : _alphaColor("#bdbdbd"),
+    _borderColor("#dfdfdf"),
     _borderWidth(0),
-    _frame(),
-    _alphaColor("#bdbdbd")
+    _frame()
 {
 }