diff include/cache.h @ 12:6ed3b64ed39a

finish 'UpdateListImage'.
author pyon@macmini
date Sun, 23 Oct 2011 20:29:33 +0900
parents 9b0840b0be7e
children a2dd16b70c08
line wrap: on
line diff
--- a/include/cache.h	Sun Oct 23 07:43:34 2011 +0900
+++ b/include/cache.h	Sun Oct 23 20:29:33 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : cache.h
-// Last Change: 22-Oct-2011.
+// Last Change: 23-Oct-2011.
 //
 #ifndef __cache__
 #define __cache__
@@ -8,7 +8,7 @@
 {
 public:
     wxString filename;  // key
-    wxString fullpathname; 
+    wxString fullpath; 
     wxString modtime;
     float    z;
     long     l;
@@ -17,6 +17,5 @@
     bool     exists;
 };
 
-
 #endif // __cache__