summaryrefslogtreecommitdiffstats
path: root/audio/zinf/files/patch-ui_zinf_src_ZinfTheme.cpp
blob: 4a22704586e27265b33f67a90ed0403772f21238 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ui/zinf/src/ZinfTheme.cpp.orig	2003-09-16 17:36:22 UTC
+++ ui/zinf/src/ZinfTheme.cpp
@@ -1739,7 +1739,7 @@ void ZinfTheme::DropFiles(vector<string>
     countbefore = m_pContext->plm->CountItems();
 
     for(i = pFileList->begin(); i != pFileList->end(); i++){
-        char          *pExtension = NULL;
+        const char    *pExtension = NULL;
         vector<char*>  fileList;
         struct _stat   st;
 
OpenPOWER on IntegriCloud