mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Replaced Projucer-generated header guards with #pragma once and updated the examples
This commit is contained in:
parent
31c80db5a2
commit
e33abbc6fe
230 changed files with 322 additions and 1219 deletions
|
|
@ -8,8 +8,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef TOGGLELIGHTCOMPONENT_H_INCLUDED
|
||||
#define TOGGLELIGHTCOMPONENT_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
This class represents one of the individual lights in our grid.
|
||||
|
|
@ -48,6 +47,3 @@ private:
|
|||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ToggleLightComponent)
|
||||
};
|
||||
|
||||
|
||||
#endif // TOGGLELIGHTCOMPONENT_H_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue