]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
[PATCH 2/2] Ensure that all member variables have an m_ prefix
[kdenlive] / src / docclipbase.h
index 17ff8263ba195c0cd5d6e900b079b03d357dd3b7..82c0566b41fc11466aec178a6267e9d432e4a876 100644 (file)
@@ -164,7 +164,7 @@ Q_OBJECT public:
 
     /** Cache for every audio Frame with 10 Bytes */
     /** format is frame -> channel ->bytes */
-    QMap<int, QMap<int, QByteArray> > audioFrameChache;
+    QMap<int, QMap<int, QByteArray> > m_audioFrameCache;
 
     /** Free cache data */
     void slotClearAudioCache();