diff options
| author | Friedrich W. H. Kossebau <[email protected]> | 2010-01-26 02:57:09 +0000 |
|---|---|---|
| committer | Friedrich W. H. Kossebau <[email protected]> | 2010-01-26 02:57:09 +0000 |
| commit | 5accf42fc8695460832eee7c68f577f62c419642 (patch) | |
| tree | d57cc45992cd9326edbe3240a4496fec03e96a63 /src/dolphinmodel.h | |
| parent | 3b4b98ed57dae169b19e5cc680b03d3ddc6842f5 (diff) | |
changed: made static const data symbols really static const
svn path=/trunk/KDE/kdebase/apps/; revision=1080302
Diffstat (limited to 'src/dolphinmodel.h')
| -rw-r--r-- | src/dolphinmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmodel.h b/src/dolphinmodel.h index 89a0a761c..adb59a39f 100644 --- a/src/dolphinmodel.h +++ b/src/dolphinmodel.h @@ -60,7 +60,7 @@ private: bool m_hasVersionData; QHash<QPersistentModelIndex, KVersionControlPlugin::VersionState> m_revisionHash; - static const char* m_others; + static const char* const m_others; }; #endif // DOLPHINMODEL_H |
