Changed stopat to stopafter in CountColours
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -185,7 +185,7 @@ public:
|
||||
static void InitStandardHandlers();
|
||||
|
||||
// GRG: Dic/99
|
||||
unsigned long CountColours( unsigned long stopat = -1 );
|
||||
unsigned long CountColours( unsigned long stopafter = -1 );
|
||||
unsigned long ComputeHistogram( wxHashTable &h );
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user