r23866 by jghali - Fix gcc warning
scribus-commit
scribus-commit at lists.scribus.net
Sun May 31 00:15:14 UTC 2020
Author: jghali
Date: Sun May 31 00:15:14 2020
New Revision: 23866
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23866
Log:
Fix gcc warning
Modified:
trunk/Scribus/scribus/pageitem.cpp
Modified: trunk/Scribus/scribus/pageitem.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23866&path=/trunk/Scribus/scribus/pageitem.cpp
==============================================================================
--- trunk/Scribus/scribus/pageitem.cpp (original)
+++ trunk/Scribus/scribus/pageitem.cpp Sun May 31 00:15:14 2020
@@ -231,8 +231,6 @@
oldLocalX(other.oldLocalX),
oldLocalY(other.oldLocalY),
m_Doc(other.m_Doc),
- m_isAnnotation(other.m_isAnnotation),
- m_annotation(other.m_annotation),
m_lineWidth(other.m_lineWidth),
m_oldLineWidth(other.m_oldLineWidth),
patternStrokeVal(other.patternStrokeVal),
@@ -297,6 +295,8 @@
verticalAlign(other.verticalAlign),
m_itemType(other.m_itemType),
m_itemName(other.m_itemName),
+ m_isAnnotation(other.m_isAnnotation),
+ m_annotation(other.m_annotation),
m_gradientName(other.m_gradientName),
m_patternName(other.m_patternName),
patternScaleX(other.patternScaleX),
More information about the scribus-commit
mailing list