|
From: <ag...@us...> - 2012-01-28 18:15:34
|
Revision: 2696
http://zoolib.svn.sourceforge.net/zoolib/?rev=2696&view=rev
Author: agreen
Date: 2012-01-28 18:15:28 +0000 (Sat, 28 Jan 2012)
Log Message:
-----------
Comment.
Modified Paths:
--------------
trunk/zoolib/source/cxx/zoolib/ZCog.h
Modified: trunk/zoolib/source/cxx/zoolib/ZCog.h
===================================================================
--- trunk/zoolib/source/cxx/zoolib/ZCog.h 2012-01-28 18:15:20 UTC (rev 2695)
+++ trunk/zoolib/source/cxx/zoolib/ZCog.h 2012-01-28 18:15:28 UTC (rev 2696)
@@ -121,7 +121,7 @@
template <class Param>
ZCog<Param> spCogFun_True(const ZCog<Param>& iSelf, Param iParam)
{
- // Shouldn't ever call this.
+ // Must not ever call this.
ZUnimplemented();
return null;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|