Summary: | compilation error in imagecategorizedview.cpp | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Thomas Klausner <tk> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | NetBSD pkgsrc | ||
OS: | NetBSD | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Thomas Klausner
2009-07-01 14:54:35 UTC
SVN commit 990066 by mwiesweg: Include with "" not <> CCBUG: 198530 M +1 -2 imagecategorizedview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=990066 Your compiler must use the local copy of kcategorizedview.h, not the one installed in system headers. Thank you, your commit fixed the problem for me! |