Fix OS X plugin list window not defined

This commit is contained in:
Rolando Islas
2016-01-01 19:39:00 -07:00
parent 2d1d98e22f
commit 9d3d8a05a9
2 changed files with 4 additions and 5 deletions
-2
View File
@@ -48,10 +48,8 @@ private:
int x, y;
#endif
#if !JUCE_MAC
class PluginListWindow;
ScopedPointer<PluginListWindow> pluginListWindow;
#endif
};
#endif /* IconMenu_hpp */