diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-11 15:50:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-11 15:50:56 +0000 |
commit | 4dc4508fdf5346f07a0d745b8fa2ad490a12ed97 (patch) | |
tree | 2fd5dc9a6f4cf6c7ca8da05e514145b96c9fa4c8 /net/kdenetwork3/patches | |
parent | 3e1e7e4a903bdad187234a78b440e473daf1961c (diff) | |
download | pkgsrc-4dc4508fdf5346f07a0d745b8fa2ad490a12ed97.tar.gz |
Accomodate C++ language drift. Fixes build with gcc 4.5.
Diffstat (limited to 'net/kdenetwork3/patches')
-rw-r--r-- | net/kdenetwork3/patches/patch-krfb_krfb_configuration_h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/kdenetwork3/patches/patch-krfb_krfb_configuration_h b/net/kdenetwork3/patches/patch-krfb_krfb_configuration_h new file mode 100644 index 00000000000..3d9fd275e4e --- /dev/null +++ b/net/kdenetwork3/patches/patch-krfb_krfb_configuration_h @@ -0,0 +1,15 @@ +$NetBSD: patch-krfb_krfb_configuration_h,v 1.1 2011/12/11 15:50:56 dholland Exp $ + +Accomodate C++ language drift. + +--- krfb/krfb/configuration.h~ 2005-09-10 08:20:13.000000000 +0000 ++++ krfb/krfb/configuration.h +@@ -106,7 +106,7 @@ private: + + krfb_mode m_mode; + +- ManageInvitationsDialog invMngDlg; ++ class ManageInvitationsDialog invMngDlg; + InviteDialog invDlg; + PersonalInviteDialog persInvDlg; + QTimer refreshTimer; |