Skip to content

Commit 2319554

Browse files
missing ()
1 parent bf1df5a commit 2319554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/unitTests/cpp/Module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ RCPP_MODULE(demoModule) {
203203
;
204204

205205
class_<ModuleCopyConstructor>( "ModuleCopyConstructor")
206-
.constructor<int>
206+
.constructor<int>()
207207
.copy_constructor()
208208
.field( "x", &ModuleCopyConstructor::x)
209209
;

0 commit comments

Comments
 (0)