diff options
Diffstat (limited to 'audio/quelcom/files/patch-lib::qvf.hh')
-rw-r--r-- | audio/quelcom/files/patch-lib::qvf.hh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/quelcom/files/patch-lib::qvf.hh b/audio/quelcom/files/patch-lib::qvf.hh new file mode 100644 index 000000000000..f620fd6f9a73 --- /dev/null +++ b/audio/quelcom/files/patch-lib::qvf.hh @@ -0,0 +1,23 @@ +--- lib/qvf.hh.orig Fri Feb 23 21:29:12 2001 ++++ lib/qvf.hh Fri Feb 13 19:17:38 2004 +@@ -5,9 +5,10 @@ + # ifndef _qvf_hh_ + # define _qvf_hh_ + +-# include <fstream.h> // ostream ++# include <fstream> // ostream + # include <sys/types.h> + ++using namespace std; + + /*! \class qvf + * \brief class for value-format pairs. +@@ -89,7 +90,7 @@ + * \param v the value + * \param f the format + */ +- void set (unsigned int v, enum format f=SPECIFIC); ++ void set (unsigned int v, enum format f); + + /*! \fn void print (ostream *os) + * \brief print the vf characteristics on the given output stream |