mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
NetworkGraphicsDemo: Fix build issue due to missing implementation of abstract function
This commit is contained in:
parent
5208b3ffc0
commit
4bb44c7b36
1 changed files with 5 additions and 0 deletions
|
|
@ -429,6 +429,11 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::unique_ptr<ImageType> getPreferredImageTypeForTemporaryImages() const override
|
||||||
|
{
|
||||||
|
return std::make_unique<NativeImageType>();
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
struct SharedCanvasHolder final : public ReferenceCountedObject
|
struct SharedCanvasHolder final : public ReferenceCountedObject
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue