From: <qua...@us...> - 2010-02-18 10:19:33
|
Revision: 153 http://stdair.svn.sourceforge.net/stdair/?rev=153&view=rev Author: quannaus Date: 2010-02-18 10:19:27 +0000 (Thu, 18 Feb 2010) Log Message: ----------- [dev] A small change. Modified Paths: -------------- trunk/stdair/stdair/bom/BomRootStructure.hpp Modified: trunk/stdair/stdair/bom/BomRootStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/BomRootStructure.hpp 2010-02-18 09:28:54 UTC (rev 152) +++ trunk/stdair/stdair/bom/BomRootStructure.hpp 2010-02-18 10:19:27 UTC (rev 153) @@ -86,7 +86,7 @@ /** Get the holder of demand streams. */ const DemandStreamHolder_T& getDemandStreamHolder() const { - assert (_demandStreamHolder); + assert (_demandStreamHolder != NULL); return *_demandStreamHolder; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |