Skip to content

Commit d2036f3

Browse files
committed
use :: instead of :
1 parent cb61454 commit d2036f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rampl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ RCPP_MODULE(rampl){
666666
.method("close", &RAMPL::close)
667667
.method("isRunning", &RAMPL::isRunning)
668668
.method("solve", ( void (RAMPL::*)() )(&RAMPL::solve))
669-
.method("solve", ( void (RAMPL::*)(std:string, std:string) )(&RAMPL::solve))
669+
.method("solve", ( void (RAMPL::*)(std::string, std::string) )(&RAMPL::solve))
670670

671671
.method("getData", &RAMPL::getData)
672672
.method("getValue", &RAMPL::getValue)

0 commit comments

Comments
 (0)