]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
* LyXFunc::owner renamed to lyx_view_
[lyx.git] / src / lyxfunc.h
index f5b2abf9451405bf978c00e529e241f1456eb462..5790b81b1cc68872a678ba2bb73704ec1576eaa7 100644 (file)
@@ -80,7 +80,7 @@ private:
        BufferView * view() const;
 
        ///
-       LyXView * owner;
+       LyXView * lyx_view_;
 
        /// the last character added to the key sequence, in ISO encoded form
        lyx::char_type encoded_last_key;