]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tarstrm.h
use renderer for drawing the item background on ports other than GTK2 and Mac too...
[wxWidgets.git] / include / wx / tarstrm.h
index e405375925a7005212db242741b526835fa1cdd4..5043c5f29e8c43145a5c09409d1b395e3eca86db 100644 (file)
@@ -22,7 +22,8 @@
 // Constants
 
 // TypeFlag values
 // Constants
 
 // TypeFlag values
-enum {
+enum wxTarType
+{
     wxTAR_REGTYPE   = '0',      // regular file
     wxTAR_LNKTYPE   = '1',      // hard link
     wxTAR_SYMTYPE   = '2',      // symbolic link
     wxTAR_REGTYPE   = '0',      // regular file
     wxTAR_LNKTYPE   = '1',      // hard link
     wxTAR_SYMTYPE   = '2',      // symbolic link