summaryrefslogtreecommitdiff
path: root/tools/introspect.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/introspect.h')
-rw-r--r--tools/introspect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/introspect.h b/tools/introspect.h
index 1c6e326..ee7b1c5 100644
--- a/tools/introspect.h
+++ b/tools/introspect.h
@@ -36,9 +36,9 @@ class IntrospectedObject : public DBus::IntrospectableProxy, public DBus::Object
{
public:
- IntrospectedObject(DBus::Connection &conn, const char *path, const char *service)
- : DBus::ObjectProxy(conn, path, service)
- {}
+ IntrospectedObject(DBus::Connection &conn, const char *path, const char *service)
+ : DBus::ObjectProxy(conn, path, service)
+ {}
};
#endif//__DBUSXX_TOOLS_INTROSPECT_H