surpport seeking the recorded video
[vuplus_openembedded] / recipes / wvstreams / files / gcc4.3.patch
1 Index: wvstreams-4.4.1/include/wvserialize.h
2 ===================================================================
3 --- wvstreams-4.4.1.orig/include/wvserialize.h  2009-07-28 17:46:50.000000000 +0530
4 +++ wvstreams-4.4.1/include/wvserialize.h       2009-07-28 17:48:30.000000000 +0530
5 @@ -348,8 +348,9 @@
6   * (zero) character.  Serialized WvStrings are guaranteed not to contain nul
7   * except as the last character.
8   */
9 +/*No storage class allowed here as per gcc 4.3 specs*/
10  template <>
11 -extern WvString _wv_deserialize<WvString>(WvBuf &buf);
12 +WvString _wv_deserialize<WvString>(WvBuf &buf);
13  
14  
15  /** Deserialize a WvBuf. */