summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-09-15 15:53:04 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-09-15 15:53:04 +0200
commit383bd19cb932099871805ea0abe557e5ed4abae2 (patch)
tree4c08dfa3ca954668c2e3c7b2ff30bf6c2d91e023 /gio
parent8903fbdea68d6bc04a9d50a542f076800c6a588f (diff)
downloadglibmm-383bd19cb932099871805ea0abe557e5ed4abae2.tar.gz
Gio::File: Correct the commit again
* gio/src/file.[hg|ccg]: make_directory() was missing a {?}.
Diffstat (limited to 'gio')
-rw-r--r--gio/src/file.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/file.hg b/gio/src/file.hg
index f68314d1..f56380e7 100644
--- a/gio/src/file.hg
+++ b/gio/src/file.hg
@@ -1232,7 +1232,7 @@ public:
bool move(const Glib::RefPtr<File>& destination, FileCopyFlags flags = FILE_COPY_NONE);
_IGNORE(g_file_move)
- _WRAP_METHOD(bool make_directory(const Glib::RefPtr<Cancellable>& cancellable),
+ _WRAP_METHOD(bool make_directory(const Glib::RefPtr<Cancellable>& cancellable{?}),
g_file_make_directory,
errthrow)