From cb4c47abbfc8bd59856f2808055a3b7b354d8a31 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (l)" <j.wuttke@fz-juelich.de> Date: Tue, 12 Jan 2016 20:33:09 +0100 Subject: [PATCH] bugfix (name was not copied) --- pub/lib/olf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pub/lib/olf.cpp b/pub/lib/olf.cpp index 355c998f..f01249c9 100644 --- a/pub/lib/olf.cpp +++ b/pub/lib/olf.cpp @@ -48,6 +48,7 @@ COlo::~COlo() {} void COlo::copy_meta_O_from_other( const COlo* other ) { + name = other->name; lDoc = other->lDoc; xco = other->xco; yco = other->yco; -- GitLab