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:
parent
4bb44c7b36
commit
15f05443d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue