tags 361403 + patch
thanks
--- ./wftk/color.cpp~ 2006-08-25 11:08:59.493757579 +0200
+++ ./wftk/color.cpp 2006-08-25 11:09:31.737842084 +0200
@@ -33,12 +33,16 @@
ResourceRegistry<Color,Color::ResLoad,Color::ResInval> Color::registry;
-std::ostream& wftk::operator<<(std::ostream& s, const Color& c)
+namespace wftk {
+
+std::ostream& operator<<(std::ostream& s, const Color& c)
{
s << "(R"<<(int)c.r<<" G"<<(int)c.g<<" B"<<(int)c.b<<" A"<<(int)c.a<<")";
return s;
}
+}
+
std::pair<Color,bool>
Color::ResLoad::operator()(const std::string& colordesc)
{
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]