85be21057a058a0bdb12caac2bae553376442f5a
angie
  Mon Apr 15 10:56:28 2013 -0700
Refactoring to remove dependencies on annoGratorQuery from streamers,grators and formatters.  Instead, provide basic assembly info and
explicitly pass streamers(/grators) along with the rows that they
produced into formatters. ref #6152

diff --git src/inc/annoStreamBigWig.h src/inc/annoStreamBigWig.h
index 5d66f45..fdb7218 100644
--- src/inc/annoStreamBigWig.h
+++ src/inc/annoStreamBigWig.h
@@ -1,11 +1,11 @@
 /* annoStreamBigWig -- subclass of annoStreamer for bigWig file or URL */
 
 #ifndef ANNOSTREAMBIGWIG_H
 #define ANNOSTREAMBIGWIG_H
 
 #include "annoStreamer.h"
 
-struct annoStreamer *annoStreamBigWigNew(char *fileOrUrl);
+struct annoStreamer *annoStreamBigWigNew(char *fileOrUrl, struct annoAssembly *aa);
 /* Create an annoStreamer (subclass) object from a file or URL. */
 
 #endif//ndef ANNOSTREAMBIGWIG_H