]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / gtk / bitmap.h
index f0c4fe73c607412a57ee2fec40303556a507d2b5..98bc4a8beea942192afda6193e56a176f3049182 100644 (file)
@@ -137,6 +137,8 @@ private:
     bool CreateFromImageAsPixbuf(const wxImage& image);
 #endif // wxUSE_IMAGE
 
+public:
+    // implementation only
     enum Representation
     {
         Pixmap,
@@ -146,9 +148,6 @@ private:
     // (wxBitmap may keep same bitmap e.g. as both pixmap and pixbuf):
     void PurgeOtherRepresentations(Representation keep);
 
-    friend class wxMemoryDC;
-    friend class wxBitmapHandler;
-
 private:
     DECLARE_DYNAMIC_CLASS(wxBitmap)
 };