Commit 5431ccb1 authored by Claes Sjofors's avatar Claes Sjofors

Ge fix for DynType2

parent 560722ce
......@@ -446,8 +446,6 @@ GeDyn::GeDyn( const GeDyn& x) :
e = new GePie((const GePie&) *elem); break;
case ge_mDynType1_BarChart:
e = new GeBarChart((const GeBarChart&) *elem); break;
case ge_mDynType2_Axis:
e = new GeAxis((const GeAxis&) *elem); break;
default: ;
}
switch( elem->dyn_type2) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment