diff options
| author | Volker Krause <[email protected]> | 2007-10-29 10:36:31 +0000 |
|---|---|---|
| committer | Volker Krause <[email protected]> | 2007-10-29 10:36:31 +0000 |
| commit | 756f88768e1fa256d7a6838c977bc639f4616895 (patch) | |
| tree | 1874bd3cd2a6dbabc39b40a28b20b3f82fb09777 /src | |
| parent | 51f81710718e8a7f2e004e72e444723f137b97a8 (diff) | |
build with -pedantic
svn path=/trunk/KDE/kdebase/apps/; revision=730684
Diffstat (limited to 'src')
| -rw-r--r-- | src/viewproperties.h | 2 |
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; |
