| 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.cpp b/src/utils/SkBitSet.cpp index 664c8cd..36ff6cb 100755 --- a/src/utils/SkBitSet.cpp +++ b/src/utils/SkBitSet.cpp
@@ -23,7 +23,7 @@ *this = source; } -const SkBitSet& SkBitSet::operator=(const SkBitSet& rhs) { +SkBitSet& SkBitSet::operator=(const SkBitSet& rhs) { if (this == &rhs) { return *this; }