"Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> I tried building LibreOffice with svn trunk gcc.
Tom> It dies in sax with:
[...]
Tom> The appended patch fixes this problem by adding a 'this->' qualifier.
Oops, I appended the wrong patch to this message. Here is the correct
patch.
I am not really sure where this file comes from. From what I can tell
it isn't in git.
Tom
--- sequenceasvector.hxx.~1~ 2011-08-10 08:25:19.179720480 -0600
+++ sequenceasvector.hxx 2011-08-10 11:48:05.404703517 -0600
@@ -147,7 +147,7 @@
const TElementType* pSource = lSource.getConstArray();
for (sal_Int32 i=0; i<c; ++i)
- push_back(pSource[i]);
+ this->push_back(pSource[i]);
}
//---------------------------------------
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.