Index: dbus/property.h |
diff --git a/dbus/property.h b/dbus/property.h |
index 6570674bb6b614067faa1135c6d65f81e743bfc5..f2feb05dfbe9b0933914b191394f647b7c3f6285 100644 |
--- a/dbus/property.h |
+++ b/dbus/property.h |
@@ -133,7 +133,6 @@ class PropertySet; |
class PropertyBase { |
public: |
PropertyBase() : property_set_(NULL) {} |
- virtual ~PropertyBase() {} |
// Initializes the |property_set| and property |name| so that method |
// calls may be made from this class. This method is called by |