Author: rgheck
Date: Mon Jan 17 16:02:54 2011
New Revision: 37241
URL: http://www.lyx.org/trac/changeset/37241
Log:
Forgot this part.
Modified:
lyx-devel/trunk/src/LyXRC.h
Modified: lyx-devel/trunk/src/LyXRC.h
==============================================================================
--- lyx-devel/trunk/src/LyXRC.h Mon Jan 17 15:59:59 2011 (r37240)
+++ lyx-devel/trunk/src/LyXRC.h Mon Jan 17 16:02:54 2011 (r37241)
@@ -195,13 +195,14 @@
bool read(support::FileName const & filename);
///
bool read(std::istream &);
-private:
+ ///
enum ReturnValues {
ReadOK,
FileError,
ReadError,
FormatMismatch
};
+private:
///
ReturnValues readWithoutConv(support::FileName const &);
///