]> git.lyx.org Git - features.git/commit
Make doExport() helper private
authorGeorg Baum <baum@lyx.org>
Sun, 16 Nov 2014 19:51:42 +0000 (20:51 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 16 Nov 2014 19:51:42 +0000 (20:51 +0100)
commit4d3f9f3ede361952ea4b9f63ed11b8b90ddf89aa
treee35519a63e2fc456ac442324ffbd8a7aaa837321
parent9d8839f6884d3ef15cf5047815689c8b56c166ee
Make doExport() helper private

One declaration of doExport() was not used, and the other one was only used by
Buffer, so make it private since returning the exported file name is a bit
strange if it can also appear as input argument.
src/Buffer.h