Component functions are "ambiguous"


Can someone help me? Seems it’s suddenly not recognising Component functions in just this one file. I’m pretty new to JUCE if anyone can explain why this is happening and how to fix it? Would appreciate any help. Let me know if there is any other information that would be helpful.

What did you derive PlaylistComponent from? Does it have multiple inheritance from more than one Component derived class?

Rail

2 Likes

It did have multiple inheritance and I missed it and now fixed it. Thank you!