- Rbm::onProgress provides object to itself

- MainComponentz is Rbm::IListener

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@635 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-07 19:27:15 +00:00
parent 8605b37b30
commit 4c68cd4370
4 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ public:
IListener() {}
virtual ~IListener() {}
virtual bool onProgress(const Status &status)
virtual bool onProgress(Rbm *pRbm, const Status &status)
{
return true;
}