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 |