]> git.lyx.org Git - features.git/commit
Fix regression of e02df14 (bug #8900)
authorGeorg Baum <baum@lyx.org>
Thu, 14 Nov 2013 19:56:50 +0000 (20:56 +0100)
committerGeorg Baum <baum@lyx.org>
Thu, 14 Nov 2013 19:56:50 +0000 (20:56 +0100)
commit2aa2544e1dfee2c7e9f00f60bce46d5ce8fea790
tree489ca571572ade83ec5e5171790742e63ed5a1ac
parentf83ac67e1a98fa3f6b20904e397afba81fe9830f
Fix regression of e02df14 (bug #8900)

In e02df14 the return type of doExport was changed from bool to ExportStatus.
All calls except this one were adjusted. This one did now fail because the
numercial value of ExportSuccess is 0.
src/Buffer.cpp