[patch] Fix kpovmodeler compilation for gcc 3.4 and -pedantic (Bug 72570)

Bo Thorsen bo at sonofthor.dk
Wed Jan 14 06:57:24 GMT 2004


On Wednesday 14 January 2004 07:20, Andreas Zehender wrote:
> Hi!
>
> This tiny patch fixes a compilation error with gcc 3.4 and -pedantic in
> kpovmodeler.
>
> OK to commit?
>
> Index: pmpalettevalue.cpp
> ===================================================================
> RCS file: /home/kde/kdegraphics/kpovmodeler/pmpalettevalue.cpp,v
> retrieving revision 1.2
> diff -u -r1.2 pmpalettevalue.cpp
> --- pmpalettevalue.cpp	5 May 2002 15:18:26 -0000	1.2
> +++ pmpalettevalue.cpp	14 Jan 2004 06:10:43 -0000
> @@ -44,7 +44,7 @@
>  {
>     e.setAttribute( "index", m_index );
>     e.setAttribute( "value", m_value );
> -};
> +}
>
>  void PMPaletteValue::readAttributes( const QDomElement& h )
>  {

This is so trivial you could just have checked it in. So please do so :-)

Bo.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20040114/306aa6ff/attachment.sig>


More information about the kde-core-devel mailing list