]> git.lyx.org Git - features.git/commit
Fixup for bug removal in GCC 4.7
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 7 Oct 2011 03:09:55 +0000 (03:09 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 7 Oct 2011 03:09:55 +0000 (03:09 +0000)
commit4e3239dc9855644ba6c669ab79b550837039d9a8
treee3f3c4bd5a955b01a74ab3ed2fbab8e7055407cc
parentda087e6fc15d3a5848b7bc565f14f02c6a8d0e1f
Fixup for bug removal in GCC 4.7

A long standing bug has been fixed in GCC 4.7, the bug was a non-
sactioned extra lookup. This caused some code to work that really
shouldn't.

The fixes are: add this->, Class::, or move functions about
as required to fullfill the rules.

In this case some template instantiations
where move to after what they reference.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39813 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetTabular.cpp