mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs
This commit is contained in:
parent
fef1093f6e
commit
6463529371
23 changed files with 63 additions and 65 deletions
|
|
@ -206,7 +206,7 @@ public:
|
|||
|
||||
@see restoreFromXml
|
||||
*/
|
||||
XmlElement* createXml (bool saveDifferencesFromDefaultSet) const;
|
||||
std::unique_ptr<XmlElement> createXml (bool saveDifferencesFromDefaultSet) const;
|
||||
|
||||
//==============================================================================
|
||||
/** @internal */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue