]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/prefconf.cpp
correct compilation after last change (added ifdef in the wrong function...)
[wxWidgets.git] / src / palmos / prefconf.cpp
index 77a84d8b80b58b379cd33f1cfb2c613623a03f24..b8a029f7b3392b059772b6d12b6a1550ac1ea384 100644 (file)
@@ -9,10 +9,6 @@
 // License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "prefconf.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -52,7 +48,7 @@ Meaning of styles:
                              (backed up during a HotSync operation)
 
 
-Each Preference is an array of chars. First unsigned char describes 
+Each Preference is an array of chars. First unsigned char describes
 number N of chars used for Preference size. Next N chars (string) contains
 length of rest of Preference. Preference consists in serie of entries which
 should be read in loop until in reaches end of Preference.