diff options
author | Marcus Brinkmann <[email protected]> | 2007-09-27 11:55:18 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-09-27 11:55:18 +0000 |
commit | 7c0007926aaaa05545bd3f371267c5c52a3acc30 (patch) | |
tree | d7a2669fab7029f9497459bcd73d5be59d677c4b | |
parent | 2007-09-27 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-7c0007926aaaa05545bd3f371267c5c52a3acc30.tar.gz gpgme-7c0007926aaaa05545bd3f371267c5c52a3acc30.zip |
2007-09-27 Marcus Brinkmann <[email protected]>
* kdpipeiodevice.h: Fix last change.
Diffstat (limited to '')
-rw-r--r-- | gpgme/ChangeLog | 2 | ||||
-rw-r--r-- | gpgme/kdpipeiodevice.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index ed8d8bd9..785fcd26 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,5 +1,7 @@ 2007-09-27 Marcus Brinkmann <[email protected]> + * kdpipeiodevice.h: Fix last change. + * w32-glib-io.c (_gpgme_io_pipe), w32-qt-io.c (_gpgme_io_pipe), w32-io.c (_gpgme_io_pipe), posix-io.c (_gpgme_io_pipe): Fix debug output. diff --git a/gpgme/kdpipeiodevice.h b/gpgme/kdpipeiodevice.h index 37d2a96b..f2eab52d 100644 --- a/gpgme/kdpipeiodevice.h +++ b/gpgme/kdpipeiodevice.h @@ -64,5 +64,7 @@ private: Private * d; }; +} /* namespace _gpgme_ */ + #endif /* __KDTOOLSCORE_KDPIPEIODEVICE_H__ */ |