1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-20 22:30:05 +02:00

Define ClientData::slots()

This commit is contained in:
Paul Licameli 2020-01-14 13:42:32 -05:00
parent 333c6905b1
commit ae1644627f

View File

@ -222,6 +222,8 @@ public:
size_t size() const { return mData.size(); }
static size_t slots() { return GetFactories().mObject.size(); }
/// \brief a type meant to be stored by client code in a static variable,
/// and used as a retrieval key to get the manufactured client object back
/// from the host object.