Typo in glib example
This commit is contained in:
parent
050170173a
commit
d2b0909093
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include $(gtkmm_CFLAGS) -I$(top_srcdir)/tools
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(gtkmm_CFLAGS) -I$(top_srcdir)/tools
|
||||||
|
|
||||||
if HAVE_GTKMM
|
if HAVE_GTKMM
|
||||||
noinst_PROGRAMS = dbus-browser
|
noinst_PROGRAMS = dbus-browser
|
||||||
|
|
|
@ -19,7 +19,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
class DBusBrowser
|
class DBusBrowser
|
||||||
: public org::freedesktop::DBus,
|
: public org::freedesktop::DBus_proxy,
|
||||||
public DBus::IntrospectableProxy,
|
public DBus::IntrospectableProxy,
|
||||||
public DBus::ObjectProxy,
|
public DBus::ObjectProxy,
|
||||||
public Gtk::Window
|
public Gtk::Window
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue