| commit | 87379e17c5e95c6fe0d88b3b9ae134355cfafc66 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 29 12:11:10 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 29 12:11:10 2013 +0000 |
| tree | 8814bfed3ccb9726f88cdf0760ba81d3a88b1cb5 | |
| parent | 6acd09e2b07ef547dbc0c3a69425a4dcda0cca51 [diff] [blame] |
Fix minor cppcheck-found issues https://codereview.chromium.org/13146005/ git-svn-id: http://skia.googlecode.com/svn/trunk@8440 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/SkBitSet.h b/src/utils/SkBitSet.h index 484fc2a..e113fd7 100755 --- a/src/utils/SkBitSet.h +++ b/src/utils/SkBitSet.h
@@ -20,7 +20,7 @@ explicit SkBitSet(int numberOfBits); explicit SkBitSet(const SkBitSet& source); - const SkBitSet& operator=(const SkBitSet& rhs); + SkBitSet& operator=(const SkBitSet& rhs); bool operator==(const SkBitSet& rhs); bool operator!=(const SkBitSet& rhs);