diff --git a/include/colors.h b/include/colors.h index 40f2021728..e77bd13752 100644 --- a/include/colors.h +++ b/include/colors.h @@ -110,4 +110,7 @@ static inline wxColour MakeColour( int aColor ) ); } +int DisplayColorFrame( wxWindow* parent, int OldColor ); + + #endif /* ifndef _COLORS_H */