summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-20 14:46:14 -0500
committerTravis Reitter <travis.reitter@collabora.co.uk>2012-02-17 15:09:57 -0800
commit55539ee4accd29d89d28d23e6ef76ad2ab023724 (patch)
tree2e13e1e2a0448b2b33bb7c21c1fbfb1f95746f32 /tools
parent22159d44ec6e516f4d0266b8d1efec7273ef1db8 (diff)
Build with vala 0.15
Diffstat (limited to 'tools')
-rw-r--r--tools/inspect/inspect.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inspect/inspect.vala b/tools/inspect/inspect.vala
index c69356b0..1e3eaed0 100644
--- a/tools/inspect/inspect.vala
+++ b/tools/inspect/inspect.vala
@@ -299,7 +299,7 @@ public class Folks.Inspect.Client : Object
}
}
-private abstract class Folks.Inspect.Command
+public abstract class Folks.Inspect.Command
{
protected Client client;