]> git.lyx.org Git - lyx.git/blobdiff - src/support/path_defines.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / path_defines.h
index 4846c2af35d370394c53e930d5aaa87de027f45c..c16645cd4072dae1a40aa9cba9d284996f9ea32d 100644 (file)
@@ -19,17 +19,15 @@ namespace support {
 
 string const & lyx_localedir();
 
-/* The absolute path to the lyx build directory.
- * (Make-time value.)
- */
-string const & build_lyxdir();
-
 /// The absolute path to the lyx support files we're actually going to use.
 string const & system_lyxdir();
 
 /// Set the absolute path to the lyx support files (from the command line).
 void system_lyxdir(string const &);
 
+/// The absolute path to the lyx support files in the build directory
+string const & build_lyxdir();
+
 /// The absolute path to the user-level lyx support files.
 string const & user_lyxdir();