C++: Hide AbstractRepeaterView, Repeater and ModelPeer

These are not public API.
This commit is contained in:
Simon Hausmann 2021-06-21 14:23:53 +02:00 committed by Simon Hausmann
parent f377b5db6c
commit 51bc21c9a5
3 changed files with 19 additions and 17 deletions

View file

@ -440,7 +440,7 @@ inline Value::Value(const std::shared_ptr<sixtyfps::Model<Value>> &model)
{
using cbindgen_private::ModelAdaptorVTable;
using vtable::VRef;
struct ModelWrapper : AbstractRepeaterView
struct ModelWrapper : private_api::AbstractRepeaterView
{
std::shared_ptr<sixtyfps::Model<Value>> model;
cbindgen_private::ModelNotifyOpaque notify;