]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXKeySymFactory.h
Document pasteParagraphList as hinted by Jean-Marc
[lyx.git] / src / frontends / LyXKeySymFactory.h
index c710742bd3ab6cfedb3838bc4131714661cc22a8..585a8a5303fa4906bf01ca611820644490f80816 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger & Juergen
+ * \author Asger & JΓΌrgen
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -12,6 +12,8 @@
 #ifndef LYXKEYSYMFACTORY_H
 #define LYXKEYSYMFACTORY_H
 
+namespace lyx {
+
 class LyXKeySym;
 
 namespace LyXKeySymFactory {
@@ -22,4 +24,6 @@ namespace LyXKeySymFactory {
        LyXKeySym * create();
 }
 
+} // namespace lyx
+
 #endif // LYXKEYSYM_FACTORY_H