mirror of
https://github.com/fltk/fltk.git
synced 2026-05-19 20:27:04 +08:00
Remove Doxygen warning. Doxygen does not know that unsigned and unsigned int are the same type.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11680 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ void Fl::set_color(Fl_Color i, uchar red, uchar green, uchar blue) {
|
||||
}
|
||||
|
||||
|
||||
void Fl::set_color(Fl_Color i, unsigned int c)
|
||||
void Fl::set_color(Fl_Color i, unsigned c)
|
||||
{
|
||||
Fl_Graphics_Driver::default_driver().set_color(i, c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user