1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Graphics: Add missing JUCE_API annotation to ScopedSaveState

This commit is contained in:
reuk 2025-06-03 11:58:59 +01:00
parent 4bb44c7b36
commit 15f05443d0
No known key found for this signature in database

View file

@ -667,7 +667,7 @@ public:
On construction, this calls Graphics::saveState(), and on destruction it calls
Graphics::restoreState() on the Graphics object that you supply.
*/
class ScopedSaveState
class JUCE_API ScopedSaveState
{
public:
ScopedSaveState (Graphics&);