summaryrefslogtreecommitdiff
path: root/tools/linguist/shared/profileevaluator.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-07-21 12:24:42 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-07-21 12:43:27 +0200
commit573235120825c6d95c73adf374fde6ed4f38cafa (patch)
tree12aa399c572fb8177dcf422080299c686f0e85d4 /tools/linguist/shared/profileevaluator.h
parentd159db5214b6bd489d4a1e16d6b8077eb242e6da (diff)
downloadqt4-tools-573235120825c6d95c73adf374fde6ed4f38cafa.tar.gz
sunpro doesn't like templated friend classes, either
Diffstat (limited to 'tools/linguist/shared/profileevaluator.h')
-rw-r--r--tools/linguist/shared/profileevaluator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/shared/profileevaluator.h b/tools/linguist/shared/profileevaluator.h
index 88b7590d2c..f3498c1c5a 100644
--- a/tools/linguist/shared/profileevaluator.h
+++ b/tools/linguist/shared/profileevaluator.h
@@ -96,7 +96,7 @@ private:
class Private;
Private *d;
- // This doesn't help gcc 3.3 ...
+ // This doesn't help gcc 3.3 and sunpro ...
template<typename T> friend class QTypeInfo;
};