diff options
Diffstat (limited to 'ppapi/cpp/var.h')
-rw-r--r-- | ppapi/cpp/var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/var.h b/ppapi/cpp/var.h index 871fb603..56c479f3 100644 --- a/ppapi/cpp/var.h +++ b/ppapi/cpp/var.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -92,7 +92,7 @@ class Var { /// @param[in] other The <code>Var</code> to be assigned. /// /// @return A resulting <code>Var</code>. - Var& operator=(const Var& other); + virtual Var& operator=(const Var& other); /// This function compares object identity (rather than value identity) for /// objects, dictionaries, and arrays |