Fix: use extern for variables instead of BT_HIDDEN
[babeltrace.git] / plugins / text / pretty / pretty.h
index 554fc72f8742523cb42feb2dccf992680c69a08e..2394e042d86c55f4faa36d0a627c21339dbbc66d 100644 (file)
@@ -106,6 +106,7 @@ enum stream_packet_context_quarks_enum {
        STREAM_PACKET_CONTEXT_QUARKS_LEN, /* Always the last one of this enum. */
 };
 
+extern
 GQuark stream_packet_context_quarks[STREAM_PACKET_CONTEXT_QUARKS_LEN];
 
 BT_HIDDEN
This page took 0.023158 seconds and 4 git commands to generate.