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:
parent
357dd2c9c9
commit
723a15c7a0
10 changed files with 17 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue