[Avida-SVN] r3125 - in development/source: analyze tools

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Sun Jan 18 21:35:17 PST 2009


Author: brysonda
Date: 2009-01-19 00:35:17 -0500 (Mon, 19 Jan 2009)
New Revision: 3125

Modified:
   development/source/analyze/cAnalyzeGenotype.cc
   development/source/tools/tRCPtr.h
Log:
Fix a couple of typos.

Modified: development/source/analyze/cAnalyzeGenotype.cc
===================================================================
--- development/source/analyze/cAnalyzeGenotype.cc	2009-01-19 03:05:52 UTC (rev 3124)
+++ development/source/analyze/cAnalyzeGenotype.cc	2009-01-19 05:35:17 UTC (rev 3125)
@@ -45,7 +45,7 @@
 #include "tArray.h"
 #include "tAutoRelease.h"
 #include "tDataCommandManager.h"
-#include "tDMSingleton.h"w
+#include "tDMSingleton.h"
 
 
 #include <cmath>

Modified: development/source/tools/tRCPtr.h
===================================================================
--- development/source/tools/tRCPtr.h	2009-01-19 03:05:52 UTC (rev 3124)
+++ development/source/tools/tRCPtr.h	2009-01-19 05:35:17 UTC (rev 3125)
@@ -46,7 +46,7 @@
   inline T& operator*() const { return *m_ptr; }
   
   template<class S> inline S* operator->() const { return m_ptr; }
-  template<class S> inline S& operator->() const { return *m_ptr; }
+  template<class S> inline S& operator*() const { return *m_ptr; }
   
   template<class S> operator tRCPtr<S>() { return tRCPtr<S>(m_ptr); }
 };




More information about the Avida-cvs mailing list