Kayvan's std::setw micro-patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7514 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2003-08-06 21:54:45 +00:00
parent f8568ce1db
commit e82268dd92
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,9 @@
2003-08-06 Martin Vermeer <martin.vermeer@hut.di>
* Color.C: Kayvan's std::setw micropatch.
2003-08-06 Martin Vermeer <martin.vermeer@hut.di>
* Color.[Ch]:
* FormPreferences.C: moved the RGB to hex string method
from FormPreferences to Color and added a hex string to RGB

View File

@ -27,6 +27,7 @@ using std::floor;
using std::max;
using std::min;
using std::setw;
namespace {