]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormColorpicker.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormColorpicker.C
index 92325a2be67c7d18e877817bcb93d2c981adcc02..7a23f9f01ab059a4403b52d548d22ddf6eef094f 100644 (file)
 
 #include "lyx_forms.h"
 
-
 using std::string;
 
+namespace lyx {
+namespace frontend {
 
 namespace {
 
@@ -284,7 +285,7 @@ void FormColorpicker::prepare_to_show()
 
        //  assign an icon to the form
        string const iconname =
-               lyx::support::LibFileSearch("images", "lyx", "xpm");
+               support::LibFileSearch("images", "lyx", "xpm");
 
        if (!iconname.empty()) {
                unsigned int w, h;
@@ -365,3 +366,6 @@ static int C_WMHideCB(FL_FORM * form, void *)
 }
 
 } // extern "C"
+
+} // namespace frontend
+} // namespace lyx