Identifier

This commit is contained in:
Artur Meski
2018-07-17 20:04:11 +01:00
parent 141c25386d
commit 2aefa98aef
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ class rsin_driver
{
this->opts = opts;
};
void addFormRSCTLK(FormRSCTLK *f)
void addFormRSCTLK(std::string *propertyName, FormRSCTLK *f)
{
rsctlkform = f;
};