Rename breakpoint envelope related things

This commit is contained in:
xenakios
2018-10-17 13:06:07 +03:00
parent 023989d3de
commit 007cc1cded
3 changed files with 93 additions and 93 deletions

View File

@ -68,7 +68,7 @@ private:
int m_node_that_was_dragged = -1;
String m_last_tip;
BubbleMessageComponent m_bubble;
void show_bubble(int x, int y, const envelope_node &node);
void show_bubble(int x, int y, const envelope_point &node);
CriticalSection* m_cs = nullptr;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(EnvelopeComponent)
};