mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-20 22:30:05 +02:00
Define ClientData::slots()
This commit is contained in:
parent
333c6905b1
commit
ae1644627f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user