┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVolker Krause <[email protected]>2007-10-29 10:36:31 +0000
committerVolker Krause <[email protected]>2007-10-29 10:36:31 +0000
commit756f88768e1fa256d7a6838c977bc639f4616895 (patch)
tree1874bd3cd2a6dbabc39b40a28b20b3f82fb09777 /src
parent51f81710718e8a7f2e004e72e444723f137b97a8 (diff)
build with -pedantic
svn path=/trunk/KDE/kdebase/apps/; revision=730684
Diffstat (limited to 'src')
-rw-r--r--src/viewproperties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewproperties.h b/src/viewproperties.h
index 54081d7a2..b4d6ac724 100644
--- a/src/viewproperties.h
+++ b/src/viewproperties.h
@@ -128,7 +128,7 @@ private:
PermissionsInfo = 4,
OwnerInfo = 8,
GroupInfo = 16,
- TypeInfo = 32,
+ TypeInfo = 32
};
bool m_changedProps;