mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
quick fix for compile error
This commit is contained in:
parent
5358c015a3
commit
fce5c580e4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class C99ProblemBinding extends ProblemBinding implements IProblemBinding
|
|||
|
||||
|
||||
public C99ProblemBinding(int messageId) {
|
||||
super(null, messageId, null);
|
||||
super(null, messageId);
|
||||
}
|
||||
|
||||
public C99ProblemBinding(int messageId, String arg) {
|
||||
|
|
Loading…
Add table
Reference in a new issue