mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-24 00:06:08 +08:00
Update Main.cpp
This commit is contained in:
@@ -46,12 +46,12 @@ public:
|
||||
|
||||
vl::Ptr<IValueObservableList> GetFolders()override
|
||||
{
|
||||
return folders.GetWrapper();
|
||||
return UnboxValue<Ptr<IValueObservableList>>(BoxParameter(folders));
|
||||
}
|
||||
|
||||
vl::Ptr<IValueObservableList> GetContacts()override
|
||||
{
|
||||
return contacts.GetWrapper();
|
||||
return UnboxValue<Ptr<IValueObservableList>>(BoxParameter(contacts));
|
||||
}
|
||||
};
|
||||
|
||||
@@ -169,7 +169,7 @@ public:
|
||||
|
||||
vl::Ptr<IValueObservableList> GetFolders()override
|
||||
{
|
||||
return folders.GetWrapper();
|
||||
return UnboxValue<Ptr<IValueObservableList>>(BoxParameter(folders));
|
||||
}
|
||||
|
||||
vl::Ptr<IValueObservableList> GetContacts()override
|
||||
|
||||
Reference in New Issue
Block a user