aboutsummaryrefslogtreecommitdiffstats
path: root/samplecode/SampleCode.h
diff options
context:
space:
mode:
authortomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-25 15:37:03 +0000
committertomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-25 15:37:03 +0000
commit32992605aa54f6781b2e06d7ce6733b3ab0d75e7 (patch)
tree12562306e4d3253dafe65b86463cb70ab7bbad15 /samplecode/SampleCode.h
parent2e68478d8654c8a4048b45ad16ac039dadb25c33 (diff)
downloadplatform_external_skqp-32992605aa54f6781b2e06d7ce6733b3ab0d75e7.tar.gz
platform_external_skqp-32992605aa54f6781b2e06d7ce6733b3ab0d75e7.tar.bz2
platform_external_skqp-32992605aa54f6781b2e06d7ce6733b3ab0d75e7.zip
Remove compiler warnings (gcc on Linux).
codereview.appspot.com/4922052/ git-svn-id: http://skia.googlecode.com/svn/trunk@2170 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'samplecode/SampleCode.h')
-rw-r--r--samplecode/SampleCode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleCode.h b/samplecode/SampleCode.h
index 2db1955b64..d6c7929758 100644
--- a/samplecode/SampleCode.h
+++ b/samplecode/SampleCode.h
@@ -61,7 +61,7 @@ private:
class SampleView : public SkView {
public:
- SampleView() : fRepeatCount(1), fBGColor(SK_ColorWHITE) {
+ SampleView() : fBGColor(SK_ColorWHITE), fRepeatCount(1) {
fUsePipe = false;
}