]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagxpm.cpp
Minor source cleaning.
[wxWidgets.git] / src / common / imagxpm.cpp
index 7da5a26011e57b88f24156c35808313d489d6928..aa511c7359ade11b6e2024af64c8f95c149753e7 100644 (file)
@@ -62,10 +62,6 @@ license is as follows:
 %
 */
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "imagxpm.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -180,7 +176,7 @@ bool wxXPMHandler::SaveFile(wxImage * image,
 
     // 2b. generate colour table:
     for (wxImageHistogram::iterator entry = histogram.begin();
-         entry != histogram.end(); entry++ )
+         entry != histogram.end(); ++entry )
     {
         unsigned long index = entry->second.index;
         symbols[index] = symbols_data + index * (chars_per_pixel+1);