]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Selection.h
Document pasteParagraphList as hinted by Jean-Marc
[lyx.git] / src / frontends / Selection.h
index c281d72cc5ad8e1723fe9f804e0d4458d04920c7..e99bf924e073630243c1624ed36a79dd9ed85f2c 100644 (file)
@@ -46,8 +46,11 @@ public:
 };
 
 } // namespace frontend
+
+/// Implementation is in Application.C
+extern frontend::Selection & theSelection();
+
 } // namespace lyx
 
-extern lyx::frontend::Selection & theSelection();
 
 #endif // BASE_SELECTION_H