mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
284 B

  1. --- ./pesstream.h.orig 2004-09-12 05:05:58.767961504 +0200
  2. +++ ./pesstream.h 2004-09-12 05:06:13.109781216 +0200
  3. @@ -25,7 +25,7 @@
  4. private:
  5. static int m_st_nr;
  6. int m_nr;
  7. - enum S_TYPE m_stype;
  8. + S_TYPE m_stype;
  9. class CBuffer * mp_cbuf;
  10. class xlist * mp_list;