Commit 451f21f3 authored by jan.koester's avatar jan.koester
Browse files

copy fixed

parent 024e9ad2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -762,6 +762,8 @@ NEWEL:
            }
        }else if(src->getType()==libhtmlpp::TextEl && dest->getType()== libhtmlpp::TextEl){
            ((TextElement*)dest)->_Text=(((TextElement*)src)->_Text);
        }else if(src->getType()==libhtmlpp::CommentEl && dest->getType()== libhtmlpp::CommentEl){
            ((CommentElement*)dest)->_Comment=(((CommentElement*)src)->_Comment);
        }

        if(prev)