| Index: include/views/SkOSWindow_Unix.h
|
| diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h
|
| index 8a55ef455ef1f98892345a4d11efba03718a8b74..525123c3d37fd939c083d632824ecfab024f4b66 100644
|
| --- a/include/views/SkOSWindow_Unix.h
|
| +++ b/include/views/SkOSWindow_Unix.h
|
| @@ -53,7 +53,7 @@ public:
|
|
|
| protected:
|
| // Overridden from from SkWindow:
|
| - virtual void onSetTitle(const char title[]) SK_OVERRIDE;
|
| + void onSetTitle(const char title[]) SK_OVERRIDE;
|
|
|
| private:
|
| enum NextXEventResult {
|
|
|