|
@@ -53,7 +53,7 @@ public:
|
|
|
return _type_handle;
|
|
return _type_handle;
|
|
|
}
|
|
}
|
|
|
static void init_type() {
|
|
static void init_type() {
|
|
|
- TypedReferenceCount::init_type();
|
|
|
|
|
|
|
+ FactoryParam::init_type();
|
|
|
register_type(_type_handle, "BamReaderParam",
|
|
register_type(_type_handle, "BamReaderParam",
|
|
|
FactoryParam::get_class_type());
|
|
FactoryParam::get_class_type());
|
|
|
}
|
|
}
|