1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Removed some superfluous semicolons.

This commit is contained in:
jules 2013-01-20 11:50:05 +00:00
parent 3d92414de4
commit 69a08e3fb2
15 changed files with 25 additions and 25 deletions

View file

@ -205,7 +205,7 @@ private:
return findParentComponentOfClass<GraphEditorPanel>();
}
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PinComponent);
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PinComponent)
};
//==============================================================================
@ -698,7 +698,7 @@ private:
distanceFromEnd = juce_hypot (x - (x2 - getX()), y - (y2 - getY()));
}
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ConnectorComponent);
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ConnectorComponent)
};
@ -1008,7 +1008,7 @@ public:
private:
String tip;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (TooltipBar);
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (TooltipBar)
};
//==============================================================================