1
0
Fork 0
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:
Mike Kucera 2009-06-02 14:44:42 +00:00
parent 5358c015a3
commit fce5c580e4

View file

@ -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) {