summaryrefslogtreecommitdiff
path: root/gio/src/volume.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-01-10 11:57:26 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-01-10 11:57:26 +0000
commit733e609fa9b2054010dd284d330672ccd4c89a8d (patch)
tree80cef09fa8e83420868dd0f7ce2579d315a50493 /gio/src/volume.hg
parent958a5ef35c8f36bed407c33238df4b2a055a0b52 (diff)
downloadglibmm-733e609fa9b2054010dd284d330672ccd4c89a8d.tar.gz
Correct an include.
2008-01-10 Murray Cumming <murrayc@murrayc.com> * gio/giomm.h: Correct an include. * gio/src/asyncresult.hg: * gio/src/cancellable.hg: * gio/src/drive.hg: * gio/src/file.hg: * gio/src/fileattribute.hg: * gio/src/fileenumerator.hg: * gio/src/fileicon.hg: * gio/src/fileinfo.hg: * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: * gio/src/outputstream.hg: * gio/src/simpleasyncresult.hg: * gio/src/volume.ccg: * gio/src/volume.hg: Correct several includes to use giomm/ instead of glibmm/. * configure.in: * examples/Makefile.am_fragment: * tests/Makefile.am_fragment: Include/Link giomm too. * tests/Makefile.am: * tests/giomm_simple/Makefile.am: * tests/giomm_simple/giomm_simple.cc: Added a little test, which shows that the library is not being built properly - we get undefined symbols. svn path=/trunk/; revision=496
Diffstat (limited to 'gio/src/volume.hg')
-rw-r--r--gio/src/volume.hg10
1 files changed, 5 insertions, 5 deletions
diff --git a/gio/src/volume.hg b/gio/src/volume.hg
index 8042cbc1..9ad91caa 100644
--- a/gio/src/volume.hg
+++ b/gio/src/volume.hg
@@ -20,11 +20,11 @@
#include <gio/gio.h>
#include <glibmm/interface.h>
-#include <glibmm/asyncresult.h>
-#include <glibmm/cancellable.h>
-#include <glibmm/drive.h>
-#include <glibmm/icon.h>
-#include <glibmm/mountoperation.h>
+#include <giomm/asyncresult.h>
+#include <giomm/cancellable.h>
+#include <giomm/drive.h>
+#include <giomm/icon.h>
+#include <giomm/mountoperation.h>
_DEFS(giomm,gio)
_PINCLUDE(glibmm/private/interface_p.h)