Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fixed small mistake: rogue @Property attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelf committed Jul 21, 2011
1 parent 83b3846 commit 9d439ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object_.d
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ class TypeInfo_AssociativeArray : TypeInfo
return (char[int]).alignof;
}

version (X86_64) @property override int argTypes(out TypeInfo arg1, out TypeInfo arg2)
version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2)
{ arg1 = typeid(void*);
return 0;
}
Expand Down

0 comments on commit 9d439ab

Please sign in to comment.