]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / userinfo.h
index 4e2042a145cdbe31affb28298263977c1dc80035..a451a588c4b93d7fcc692ea3f5cfcef41b29bbbf 100644 (file)
@@ -15,6 +15,7 @@
 #include "LString.h"
 
 namespace lyx {
+namespace support {
 
 /// return the current user's real name
 string const user_name();
@@ -22,6 +23,7 @@ string const user_name();
 /// return the current user's e-mail address
 string const user_email();
 
-}; // namespace lyx
+} // namespace support
+} // namespace lyx
 
 #endif // USERINFO_H