mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Cosmetics.
This commit is contained in:
parent
3fbf9980ad
commit
ed3837b500
1 changed files with 2 additions and 0 deletions
|
@ -239,6 +239,8 @@ public class CPPDeferredClassInstance extends CPPUnknownBinding implements ICPPD
|
|||
public static ICPPDeferredClassInstance unmarshal(IIndexFragment fragment, short firstBytes,
|
||||
ITypeMarshalBuffer buffer) throws CoreException {
|
||||
IBinding template= buffer.unmarshalBinding();
|
||||
if (template == null)
|
||||
return null;
|
||||
int argcount= buffer.getInt();
|
||||
ICPPTemplateArgument[] args = new ICPPTemplateArgument[argcount];
|
||||
for (int i = 0; i < argcount; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue