Skip to content

Commit

Permalink
Merge pull request #21 from mgavioli/img_link_fix
Browse files Browse the repository at this point in the history
One new member not initialized in Image copy contructor
  • Loading branch information
lasconic committed Jul 20, 2012
2 parents 8514c09 + ff5f003 commit 8bb49e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/image.cpp
Expand Up @@ -54,6 +54,7 @@ Image::Image(const Image& img)
_storeItem = img._storeItem;
_sizeIsSpatium = img._sizeIsSpatium;
_storeItem->reference(this);
_linkPath = img._linkPath;
_linkIsValid = img._linkIsValid;
}

Expand Down

0 comments on commit 8bb49e1

Please sign in to comment.