Update using-sdbus-c++.md

Fix name of class in destructor
This commit is contained in:
Stanislav Angelovič
2021-03-09 17:04:43 +01:00
committed by GitHub
parent d6fdacafbe
commit 96b2dfff69

View File

@ -770,7 +770,7 @@ public:
registerProxy(); registerProxy();
} }
~Concatenator() ~ConcatenatorProxy()
{ {
unregisterProxy(); unregisterProxy();
} }