From 8a08b9dce9cfc161494ddb07a1c979c7796780ff Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Fri, 15 Jun 2012 22:56:00 +0200 Subject: restructure code it is now loading its components from plugins --- hw/device.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/device.vala') diff --git a/hw/device.vala b/hw/device.vala index adee58a..dad4439 100644 --- a/hw/device.vala +++ b/hw/device.vala @@ -13,5 +13,5 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -public class Device { +public class Device : Object { } -- cgit v1.2.3