summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-10-07 19:23:51 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-10-07 19:24:59 (GMT)
commit3fafb8bb9387d859bc187c23db6efac90c8683d4 (patch)
treecd94ab5dd12e97f639951f5a6588bc560b50b09f /Swift/Controllers/Roster
parentf17433cc4d1054dbae8002a1995e0b632e26124a (diff)
downloadswift-3fafb8bb9387d859bc187c23db6efac90c8683d4.zip
swift-3fafb8bb9387d859bc187c23db6efac90c8683d4.tar.bz2
Fixed CLang warnings.
Diffstat (limited to 'Swift/Controllers/Roster')
-rw-r--r--Swift/Controllers/Roster/TableRoster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Roster/TableRoster.h b/Swift/Controllers/Roster/TableRoster.h
index 8ff16d0..d4612ed 100644
--- a/Swift/Controllers/Roster/TableRoster.h
+++ b/Swift/Controllers/Roster/TableRoster.h
@@ -66,7 +66,7 @@ namespace Swift {
void scheduleUpdate();
private:
- friend class SectionNameEquals;
+ friend struct SectionNameEquals;
struct Section {
Section(const std::string& name) : name(name) {
}