]> git.lyx.org Git - features.git/blobdiff - src/Text.h
gcc compilation and warning fixes.
[features.git] / src / Text.h
index a0c94dab07856130645d0023551ec46dcc97a33b..1a3808fec32b6f03e1fdc81648708caeaf713528 100644 (file)
@@ -40,7 +40,7 @@ class Text {
 public:
        /// constructor
        explicit Text(InsetText * owner)
-               : autoBreakRows_(false), owner_(owner)
+               : owner_(owner), autoBreakRows_(false)
        {}
 
        /// \return true if there's no content at all.