From 5accf42fc8695460832eee7c68f577f62c419642 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Tue, 26 Jan 2010 02:57:09 +0000 Subject: changed: made static const data symbols really static const svn path=/trunk/KDE/kdebase/apps/; revision=1080302 --- src/dolphinmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinmodel.h') 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 m_revisionHash; - static const char* m_others; + static const char* const m_others; }; #endif // DOLPHINMODEL_H -- cgit v1.3