diff options
Diffstat (limited to 'app-office/koffice/files/krita-1.4.2-gcc41.patch')
-rw-r--r-- | app-office/koffice/files/krita-1.4.2-gcc41.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-office/koffice/files/krita-1.4.2-gcc41.patch b/app-office/koffice/files/krita-1.4.2-gcc41.patch new file mode 100644 index 000000000000..5e7f5d915826 --- /dev/null +++ b/app-office/koffice/files/krita-1.4.2-gcc41.patch @@ -0,0 +1,21 @@ +--- branches/koffice/1.4/koffice/krita/core/kis_filter_registry.h 2005/05/27 09:18:23 418647 ++++ branches/koffice/1.4/koffice/krita/core/kis_filter_registry.h 2005/10/24 15:53:42 473737 +@@ -26,7 +26,6 @@ + #include "kis_types.h" + #include "kis_generic_registry.h" + #include "kaction.h" +-#include "kis_filter.h" + + class QString; + class KisView; +--- branches/koffice/1.4/koffice/krita/core/kis_clipboard.h 2005/05/27 09:18:23 418647 ++++ branches/koffice/1.4/koffice/krita/core/kis_clipboard.h 2005/10/18 12:57:53 471689 +@@ -35,7 +35,7 @@ + + public: + +- virtual KisClipboard::~KisClipboard(); ++ virtual ~KisClipboard(); + + static KisClipboard* instance(); + |