]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.cpp
pimpl not needed here
[lyx.git] / src / insets / InsetText.cpp
index 9be9c4ced4aea761f2f90176703aaad6c10b917e..cc33329a974fc8867ba3a6e9c267cc556a0d81f7 100644 (file)
@@ -367,7 +367,7 @@ void InsetText::setDrawFrame(bool flag)
 
 ColorCode InsetText::frameColor() const
 {
-       return ColorCode(frame_color_);
+       return frame_color_;
 }