author | alwin <alwin> | 2004-03-15 13:00:55 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-03-15 13:00:55 (UTC) |
commit | cc240cf40ff290e3c2ff74344d47bb55de45d2ad (patch) (side-by-side diff) | |
tree | a19ad23b1026eebefc42e46263b0e0dd8cb9cf80 | |
parent | 588742551cde41e5e24ad6abce6248a54e0641cf (diff) | |
download | opie-cc240cf40ff290e3c2ff74344d47bb55de45d2ad.zip opie-cc240cf40ff290e3c2ff74344d47bb55de45d2ad.tar.gz opie-cc240cf40ff290e3c2ff74344d47bb55de45d2ad.tar.bz2 |
namespace deklaration fix
-rw-r--r-- | noncore/net/mail/libmailwrapper/mhwrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/libmailwrapper/mhwrapper.h b/noncore/net/mail/libmailwrapper/mhwrapper.h index 1245507..0846ec3 100644 --- a/noncore/net/mail/libmailwrapper/mhwrapper.h +++ b/noncore/net/mail/libmailwrapper/mhwrapper.h @@ -8,7 +8,7 @@ class encodedString; struct mailmbox_folder; -namespace Opie {namespace Core {class Opie::Core::OProcess;}} +namespace Opie {namespace Core {class OProcess;}} class MHwrapper : public Genericwrapper { |