[ismrmrd] 258/281: fix a windows compilation error

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit 6111a770ba74872dcd94005267156b36786a3a7f
Author: Hui Xue <hui.xue at nih.gov>
Date:   Wed Aug 13 17:54:23 2014 -0400

    fix a windows compilation error
---
 xml/ismrmrd_xml.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xml/ismrmrd_xml.h b/xml/ismrmrd_xml.h
index 6a9f729..9339b54 100644
--- a/xml/ismrmrd_xml.h
+++ b/xml/ismrmrd_xml.h
@@ -39,6 +39,7 @@ namespace ISMRMRD
     const Optional& operator=(const T& v) {
       present_ = true;
       value_ = v;
+      return *this;
     }
 
     const T* operator->() const {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list