[Rcpp-commits] r292 - pkg/src/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 7 10:16:44 CET 2010
Author: romain
Date: 2010-01-07 10:16:44 +0100 (Thu, 07 Jan 2010)
New Revision: 292
Modified:
pkg/src/Rcpp/WeakReference.h
Log:
commited too fast
Modified: pkg/src/Rcpp/WeakReference.h
===================================================================
--- pkg/src/Rcpp/WeakReference.h 2010-01-07 09:13:44 UTC (rev 291)
+++ pkg/src/Rcpp/WeakReference.h 2010-01-07 09:16:44 UTC (rev 292)
@@ -29,7 +29,7 @@
class WeakReference : public RObject {
public:
- WeakReference() : RObject(){}
+ WeakReference() : RObject(){} ;
/**
* wraps a weak reference
@@ -38,7 +38,7 @@
*
* @throw not_compatible if x is not a weak reference
*/
- WeakReference( SEXP x) throw(not_compatible) : RObject() ;
+ WeakReference( SEXP x) throw(not_compatible) ;
/**
* Retrieve the key
More information about the Rcpp-commits
mailing list