mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a couple of stray semicolons
This commit is contained in:
parent
5ec1058f23
commit
020b34f67f
2 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ private:
|
|||
lastSnapshot.setImage (incomingImage);
|
||||
}
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CameraDemo);
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CameraDemo)
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue