1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Removed a few more old compiler workarounds

This commit is contained in:
jules 2017-08-14 13:10:40 +01:00
parent 357dd2c9c9
commit 723a15c7a0
10 changed files with 17 additions and 17 deletions

View file

@ -134,7 +134,7 @@ Component* JucerTreeViewBase::createItemComponent()
//==============================================================================
class RenameTreeItemCallback : public ModalComponentManager::Callback,
public TextEditorListener
public TextEditor::Listener
{
public:
RenameTreeItemCallback (JucerTreeViewBase& ti, Component& parent, const Rectangle<int>& bounds)