~alicvb/classeimage/0.9

« back to all changes in this revision

Viewing changes to src/thumbcache.h

  • Committer: moi
  • Date: 2010-03-05 19:37:54 UTC
  • Revision ID: moi@gros-20100305193754-130kcjbvsnyo82av
thumbs for png images files are keeped in png to avoid too may loss in displaying icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        private:
26
26
                static wxString m_dir;
27
27
                static wxString m_dir_tmp;
 
28
                static wxString Getfile(Cimage* IM);
28
29
};
29
30
 
30
31
#endif // THUMBCACHE_H