fix warning on linux

BUG=

Review URL: https://codereview.appspot.com/7101058

git-svn-id: http://skia.googlecode.com/svn/trunk@7174 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
humper@google.com 2013-01-15 03:03:38 +00:00
parent 7fc0e0a75a
commit 9b64cac7c8

View File

@ -44,10 +44,10 @@ public:
void set(const T& value) { fValue = value; }
protected:
void doPrint(char *s) const;
T fValue;
T fDefault;
SkString fDescription;
T fDefault;
T fValue;
};
#ifdef SK_DEVELOPER