]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xforms_resize.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / xforms_resize.C
index ddfc76907847f817d7276bdca59dda99f3864924..d84aa560be7e402de64b83151bdc353ee1a20f26 100644 (file)
@@ -18,6 +18,8 @@
 #include <algorithm> // std::max. Use FL_max in .c code...
 #include "lyx_forms.h"
 
+namespace lyx {
+namespace frontend {
 
 namespace {
 
@@ -165,3 +167,6 @@ void scale_form_horizontally(FL_FORM * form, double factor)
                        scale_tabfolder_horizontally(ob, factor);
        }
 }
+
+} // namespace frontend
+} // namespace lyx