Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1465)

Unified Diff: src/utils/SkBitSet.h

Issue 13146005: Fix minor cppcheck-found issues (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ports/SkFontHost_mac.cpp ('k') | src/utils/SkBitSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/SkBitSet.h
===================================================================
--- src/utils/SkBitSet.h (revision 8388)
+++ src/utils/SkBitSet.h (working copy)
@@ -20,7 +20,7 @@
explicit SkBitSet(int numberOfBits);
explicit SkBitSet(const SkBitSet& source);
- const SkBitSet& operator=(const SkBitSet& rhs);
+ SkBitSet& operator=(const SkBitSet& rhs);
reed1 2013/03/28 13:34:46 that's a funny mistake.
bool operator==(const SkBitSet& rhs);
bool operator!=(const SkBitSet& rhs);
« no previous file with comments | « src/ports/SkFontHost_mac.cpp ('k') | src/utils/SkBitSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698