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:
parent
7fc0e0a75a
commit
9b64cac7c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user