]> git.lyx.org Git - features.git/blobdiff - src/insets/insetinclude.h
the buffer patch, moved Buffer::text to BufferView, moved Buffer::update(short) to...
[features.git] / src / insets / insetinclude.h
index 360a23aa8b312f515d75d7f9e22615a86dfc5bf7..95e9136dc1e2e9bd222554e7b8a28ce57348deb8 100644 (file)
@@ -78,7 +78,7 @@ public:
         ///
         void setFilename(string const & n) { setContents(n); }
         ///
-        string getMasterFilename() const { return master->getFileName(); }
+        string getMasterFilename() const { return master->fileName(); }
         ///
         string getFileName() const { 
                return filename;