1
0
Fork 0
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:
jules 2019-05-10 18:35:00 +01:00
parent fef1093f6e
commit 6463529371
23 changed files with 63 additions and 65 deletions

View file

@ -206,7 +206,7 @@ public:
@see restoreFromXml
*/
XmlElement* createXml (bool saveDifferencesFromDefaultSet) const;
std::unique_ptr<XmlElement> createXml (bool saveDifferencesFromDefaultSet) const;
//==============================================================================
/** @internal */