]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetexternal.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetexternal.h
index 486c3244af855cfb9557e44da8fe39a9c9ad452b..599619bde148171e4d9905aa321fec9c4153bcf7 100644 (file)
@@ -111,13 +111,13 @@ private:
        string const doSubstitution(Buffer const *, string const & s) const;
 
        /// our owning view
-       BufferView * view;
+       BufferView * view_;
 
        /// the current params
        Params params_;
 
        /// A temp filename
-       string tempname;
+       string tempname_;
 };
 
 ///