1
0
Fork 0
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:
jules 2015-10-29 11:20:42 +00:00 committed by Joshua Gerrard
parent 5ec1058f23
commit 020b34f67f
2 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,7 @@ private:
lastSnapshot.setImage (incomingImage);
}
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CameraDemo);
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CameraDemo)
};