]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormIndex.C
Remove unneeded files, we have switched to use the libglade and there is no
[lyx.git] / src / frontends / gnome / FormIndex.C
index 1c26211ebf5a9091d3fad93be11b153e0f5f3761..73c6d430d491b085b2fab9ab3eb706da7afd5371 100644 (file)
 #include "mainapp.h"
 extern GLyxAppWin * mainAppWin;
 
+namespace {
+
 // configuration keys
-static string const CONF_ENTRY("FormIndex_entry");
+string const CONF_ENTRY("FormIndex_entry");
+
+} // namespace anon
+
 
 FormIndex::FormIndex(LyXView * lv, Dialogs * d)
        : lv_(lv), d_(d), inset_(0), u_(0), h_(0), ih_(0), dialog_(0)