mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Introjucer: tweaked the GUI editor to add 'override' after its auto-generated methods
This commit is contained in:
parent
7da76f2a11
commit
bc6ecafaf0
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ String GeneratedCode::getCallbackDeclarations() const
|
|||
{
|
||||
CallbackMethod* const cm = callbacks.getUnchecked(i);
|
||||
|
||||
s << cm->returnType << " " << cm->prototype << ";\n";
|
||||
s << cm->returnType << " " << cm->prototype << " override;\n";
|
||||
}
|
||||
|
||||
return s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue