mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed some superfluous consts from definitions
This commit is contained in:
parent
1eea4766ce
commit
7d45d498b9
47 changed files with 120 additions and 119 deletions
|
|
@ -2626,7 +2626,7 @@ private:
|
|||
void internalMouseEnter (MouseInputSource, Point<float>, Time);
|
||||
void internalMouseExit (MouseInputSource, Point<float>, Time);
|
||||
void internalMouseDown (MouseInputSource, const detail::PointerState&, Time);
|
||||
void internalMouseUp (MouseInputSource, const detail::PointerState&, Time, const ModifierKeys oldModifiers);
|
||||
void internalMouseUp (MouseInputSource, const detail::PointerState&, Time, ModifierKeys oldModifiers);
|
||||
void internalMouseDrag (MouseInputSource, const detail::PointerState&, Time);
|
||||
void internalMouseMove (MouseInputSource, Point<float>, Time);
|
||||
void internalMouseWheel (MouseInputSource, Point<float>, Time, const MouseWheelDetails&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue