]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/LyXScreenFactory.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / LyXScreenFactory.C
index 77603098eea32653172759de5df444b874d037c8..6e007f0de8d6113b758485e0ccbc935aa48375b7 100644 (file)
@@ -5,20 +5,24 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
 #include "frontends/LyXScreenFactory.h"
 
-#include "XWorkArea.h"
 #include "xscreen.h"
+#include "XWorkArea.h"
+
 
 namespace LyXScreenFactory {
 
 LyXScreen * create(WorkArea & owner)
 {
+       using lyx::frontend::XScreen;
+       using lyx::frontend::XWorkArea;
+
        return new XScreen(static_cast<XWorkArea &>(owner));
 }