mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Projucer: extend interface DiagnosticMessage::handleRecoverableErrorPCH() to take one more file name param
This commit is contained in:
parent
a931b472d0
commit
5e0efc6046
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ struct DiagnosticReceiver
|
|||
{
|
||||
virtual ~DiagnosticReceiver() {}
|
||||
virtual void handleDiagnostic (const DiagnosticMessage&) = 0;
|
||||
virtual void handleRecoverableErrorPCH (const DiagnosticMessage& m, String fileName) = 0;
|
||||
virtual void handleRecoverableErrorPCH (const DiagnosticMessage& m, String pchFileName, String sourceFileName) = 0;
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue