Corrected include guard in packet_list_store.h
[obnox/wireshark/wip.git] / gtk / packet_list_store.h
index 52f8fe90bb7e7e7eabf31ff223ca25fcbf20feee..7485f8b426c0cd85bac68034b8cb7ba85bbea9be 100644 (file)
@@ -25,8 +25,8 @@
 /* Uncomment to track some statistics (const strings, etc.) */
 /* #define NEW_PACKET_LIST_STATISTICS */
 
-#ifndef __NEW_PACKET_LIST_H__
-#define __NEW_PACKET_LIST_H__
+#ifndef __PACKET_LIST_STORE_H__
+#define __PACKET_LIST_STORE_H__
 
 #ifdef NEW_PACKET_LIST
 
@@ -118,4 +118,4 @@ const char* packet_list_get_widest_column_string(PacketList *packet_list, gint c
 
 #endif /* NEW_PACKET_LIST */
 
-#endif /* __NEW_PACKET_LIST_H__ */
+#endif /* __PACKET_LIST_STORE_H__ */