Skip to content

Commit

Permalink
Reverted change in opCmp signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Walter committed Jun 22, 2012
1 parent eb46d99 commit e99d6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/bitmanip.d
Expand Up @@ -765,7 +765,7 @@ struct BitArray
/***************************************
* Supports comparison operators for $(D BitArray).
*/
int opCmp(ref const(BitArray) a2) const
int opCmp(BitArray a2) const
{
uint i;

Expand Down

0 comments on commit e99d6cf

Please sign in to comment.