Fix: use extern for variables instead of BT_HIDDEN
[babeltrace.git] / plugins / text / pretty / pretty.c
index f7a1b8bc08874e34a6d625532227e39302def6f6..4ac6ad6d5c20c5558483d3e5540019313e36c67b 100644 (file)
@@ -50,6 +50,8 @@
 
 #include "pretty.h"
 
+GQuark stream_packet_context_quarks[STREAM_PACKET_CONTEXT_QUARKS_LEN];
+
 static
 const char *plugin_options[] = {
        "color",
This page took 0.024055 seconds and 4 git commands to generate.