[Phylobase-commits] r882 - pkg/src/ncl

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Mar 19 03:59:35 CET 2014


Author: francois
Date: 2014-03-19 03:59:34 +0100 (Wed, 19 Mar 2014)
New Revision: 882

Modified:
   pkg/src/ncl/nxsassumptionsblock.h
Log:
trying to fix build issue with clang c++11

Modified: pkg/src/ncl/nxsassumptionsblock.h
===================================================================
--- pkg/src/ncl/nxsassumptionsblock.h	2014-03-19 02:58:59 UTC (rev 881)
+++ pkg/src/ncl/nxsassumptionsblock.h	2014-03-19 02:59:34 UTC (rev 882)
@@ -323,7 +323,7 @@
 		NxsAssumptionsBlockAPI  *GetAssumptionsBlockForTreesBlock(NxsTreesBlockAPI *, NxsBlockLinkStatus, NxsToken &token);
 
 		NxsAssumptionsBlockAPI  *CreateNewAssumptionsBlock(NxsToken &token);
-		NxsAssumptionsBlockAPI *DealWithPossibleParensInCharDependentCmd(NxsToken &token, const char *cmd, const std::vector<std::string> *unsupported = NULL, bool * isVect = false);
+		NxsAssumptionsBlockAPI *DealWithPossibleParensInCharDependentCmd(NxsToken &token, const char *cmd, const std::vector<std::string> *unsupported = NULL, bool * isVect = NULL);
 		bool					HasAssumptionsBlockCommands() const;
 		bool					HasSetsBlockCommands() const;
 		bool					HasCodonsBlockCommands() const;



More information about the Phylobase-commits mailing list