]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms_gettext.h
merge booktabs branch
[lyx.git] / src / frontends / xforms / forms_gettext.h
index b5895e429be93bcf1526b7e8be3e22bbcf9d4a4f..65a1318cae911ff126abcf9c648b75ba4f927192 100644 (file)
 
 #include <string>
 
+namespace lyx {
+namespace frontend {
+
 /// Extract shortcut from "<identifer>|<shortcut>" string
 std::string const scex(std::string const &);
 
 /// Extract identifier from "<identifer>|<shortcut>" string
 std::string const idex(std::string const &);
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMS_GETTEXT_H