]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcclient.h
added wxString::rbegin() and rend()
[wxWidgets.git] / include / wx / motif / dcclient.h
index 6d088a05c63cce9d3f4fc57059430337abfdc0bf..c8f182c135b3cebb6591badcc32c28efeeceb627 100644 (file)
@@ -82,7 +82,7 @@ public:
     WXGC GetGC() const { return m_gc; }
     WXGC GetBackingGC() const { return m_gcBacking; }
     WXDisplay* GetDisplay() const { return m_display; }
-    bool GetAutoSetting() const { return m_autoSetting; }
+    bool GetAutoSetting() const { return (m_autoSetting != 0); } // See comment in dcclient.cpp
     void SetAutoSetting(bool flag) { m_autoSetting = flag; }
 
 protected: