src/EditHistory.cc

changeset 638
382226e40865
parent 629
b75c6cce02e2
child 640
d4dda62c6600
equal deleted inserted replaced
637:220e79cd6837 638:382226e40865
145 145
146 // ============================================================================= 146 // =============================================================================
147 // 147 //
148 DelHistory::DelHistory (int idx, LDObject* obj) : 148 DelHistory::DelHistory (int idx, LDObject* obj) :
149 m_Index (idx), 149 m_Index (idx),
150 m_Code (obj->raw()) {} 150 m_Code (obj->asText()) {}
151 151
152 // ============================================================================= 152 // =============================================================================
153 // heh 153 // heh
154 // 154 //
155 void DelHistory::undo() const 155 void DelHistory::undo() const

mercurial