]> git.lyx.org Git - features.git/commit
Fix gcc 4.6 compilation.
authorPavel Sanda <sanda@lyx.org>
Sat, 12 Feb 2011 22:08:32 +0000 (22:08 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 12 Feb 2011 22:08:32 +0000 (22:08 +0000)
commite5677802b244242d3d1ff39dfd57d6c004fa0a5f
tree9d7a419797215ba9a162b2c1f743f6b5bf66596f
parent4460f32dfd8a0e365b8dd3ccee87b496f6c43bf3
Fix gcc 4.6 compilation.

If no initializer is specified for an object, and the object is of (possibly
cv-qualified) non-POD class type (or array thereof), the object shall be
default-initialized; if the object is of const-qualified type, the underlying
class type shall have a user-declared default constructor.

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