1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Couple of new methods for String. Cleaned up some component code to use SafePointers.

This commit is contained in:
Julian Storer 2010-03-07 13:01:33 +00:00
parent c9c8824294
commit b974203d0f
22 changed files with 328 additions and 326 deletions

View file

@ -59,7 +59,7 @@ public:
Component* getComponentUnderMouse() const
{
return const_cast<Component*> (static_cast <const Component*> (componentUnderMouse));
return static_cast <Component*> (componentUnderMouse);
}
const ModifierKeys getCurrentModifiers() const