X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fdriver.cpp;fp=source%2Flibr2c2%2Fdriver.cpp;h=3b6d64995f56a04c24e52472800e9d6ec8fe24ba;hb=c8bea21c690aa627fc337a60df17c9d824c9eb91;hp=46548e82590ed3e11962184ded5f14f8b86edf25;hpb=3051264c306adc12b6028061a3257f523c211f81;p=r2c2.git diff --git a/source/libr2c2/driver.cpp b/source/libr2c2/driver.cpp index 46548e8..3b6d649 100644 --- a/source/libr2c2/driver.cpp +++ b/source/libr2c2/driver.cpp @@ -21,7 +21,7 @@ Driver *Driver::create(const string &str) else if(type=="cs" || type=="centralstation") return new CentralStation(params); else if(type=="dummy") - return new Dummy; + return new Dummy(params); throw invalid_argument("Driver::create"); }