]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Selection.h
hopefully fix tex2lyx linking.
[lyx.git] / src / frontends / Selection.h
index cc24d4445082d832a4d00e0a9b38aac9cb060aba..e99bf924e073630243c1624ed36a79dd9ed85f2c 100644 (file)
@@ -46,6 +46,11 @@ public:
 };
 
 } // namespace frontend
+
+/// Implementation is in Application.C
+extern frontend::Selection & theSelection();
+
 } // namespace lyx
 
+
 #endif // BASE_SELECTION_H