Make definition of _vorbis_window_get() match declaration.
[platform/upstream/libvorbis.git] / lib / window.h
index a13baba..934ed33 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _V_WINDOW_
 #define _V_WINDOW_
 
-extern float *_vorbis_window_get(int n);
+extern const float *_vorbis_window_get(int n);
 extern void _vorbis_apply_window(float *d,int *winno,long *blocksizes,
                           int lW,int W,int nW);