Index: libtorrent/src/torrent/common.h
===================================================================
--- libtorrent/src/torrent/common.h	(revision 738)
+++ libtorrent/src/torrent/common.h	(working copy)
@@ -42,11 +42,11 @@
 
 namespace torrent {
 
-typedef enum {
+enum priority_t {
   PRIORITY_OFF = 0,
   PRIORITY_NORMAL,
   PRIORITY_HIGH
-} priority_t;
+};
 
 }
 

