]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSpellchecker.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormSpellchecker.h
index 5a3f036e4f0e7d01e086ef56de45e613240b9160..4a43cb4e5446e8bee4a7da057ad0ab06318f9cb0 100644 (file)
@@ -14,6 +14,9 @@
 
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlSpellchecker;
 struct FD_spellchecker;
 
@@ -39,4 +42,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMSPELLCHECKER_H