]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/ColorCache.h
fix my color cache "improvements"
[features.git] / src / frontends / qt4 / ColorCache.h
index b667f911971e0b14c43764627df808edf0198fb5..1716d5c04448bf6f5f1e6baad898706989ef747f 100644 (file)
@@ -29,7 +29,7 @@ public:
        ColorCache() : initialized_(false) {}
 
        /// get the given color
-       QColor const & get(ColorCode color) const;
+       QColor get(ColorCode color) const;
 
        /// clear all colors
        void clear() { initialized_ = false; }