[Avida-SVN] r3095 - development/source/main

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Thu Jan 8 20:14:26 PST 2009


Author: brysonda
Date: 2009-01-08 23:14:26 -0500 (Thu, 08 Jan 2009)
New Revision: 3095

Modified:
   development/source/main/cEventList.h
Log:
Qualified name in class definition throws an error under certain versions of GCC and warnings under ICC.

Modified: development/source/main/cEventList.h
===================================================================
--- development/source/main/cEventList.h	2009-01-09 03:14:52 UTC (rev 3094)
+++ development/source/main/cEventList.h	2009-01-09 04:14:26 UTC (rev 3095)
@@ -212,7 +212,7 @@
 	* 
 	* @param ctx  Avida context
 	**/
-  void cEventList::ProcessInterrupt(cAvidaContext& ctx);
+  void ProcessInterrupt(cAvidaContext& ctx);
 };
 
 




More information about the Avida-cvs mailing list