Skip to content

Commit 502481e

Browse files
did not mean to remove this
1 parent 119bc75 commit 502481e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/include/Rcpp/module/class_Base.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class class_Base {
3737

3838
virtual void run_finalizer(SEXP){ }
3939

40+
virtual SEXP invoke_copy_constructor(SEXP) = 0 ;
4041
virtual bool has_default_constructor(){ return false ; }
4142
virtual bool has_method( const std::string& ){
4243
return false ;

0 commit comments

Comments
 (0)