]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treelay.h
Fixed problems with the wxDb::Open(wxDb *copyDb) not copying in all the different...
[wxWidgets.git] / include / wx / generic / treelay.h
index f4a90e808ec41f7c6eb594e34199e771db0dcb3e..02a697132f23028d636a16c358c68e6a622b52a0 100644 (file)
@@ -61,7 +61,7 @@ public:
     inline long GetLeftMargin(void) const { return m_leftMargin; }
     
     inline bool GetOrientation(void) const { return m_orientation; }
-    inline void SetOrientation(bool or) { m_orientation = or; }
+    inline void SetOrientation(bool orient) { m_orientation = orient; }
     
 private:
     void CalcLayout(long node_id, int level, wxDC& dc);