]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/frontend_helpers.h
rename LColor into Color
[features.git] / src / frontends / controllers / frontend_helpers.h
index 8a835bc1c43d8296d7521da09e6bb750ffc63543..886061f8ee38048c92ab8cd2575b7c18de3991c2 100644 (file)
@@ -174,7 +174,7 @@ getAuthorYearStrings(std::string const & key,
 } // namespace lyx
 
 
-class LColor_color;
+class Color_color;
 
 
 /** Functions of use to the character GUI controller and view */
@@ -206,7 +206,7 @@ typedef std::pair<docstring, LyXFont::FONT_SIZE>   SizePair;
 ///
 typedef std::pair<docstring, FONT_STATE> BarPair;
 ///
-typedef std::pair<docstring, LColor_color> ColorPair;
+typedef std::pair<docstring, Color_color> ColorPair;
 
 ///
 std::vector<FamilyPair>   const getFamilyData();