// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "imagpcx.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
unsigned long index;
for (wxImageHistogram::iterator entry = histogram.begin();
- entry != histogram.end(); entry++ )
+ entry != histogram.end(); ++entry )
{
key = entry->first;
index = entry->second.index;