Browse Source

class PipelineCyclerBase -> struct PipelineCyclerBase

David Rose 24 years ago
parent
commit
6b7c334478
2 changed files with 2 additions and 2 deletions
  1. 1 1
      panda/src/putil/bamReader.h
  2. 1 1
      panda/src/putil/bamWriter.h

+ 1 - 1
panda/src/putil/bamReader.h

@@ -33,7 +33,7 @@
 
 
 #include <algorithm>
 #include <algorithm>
 
 
-class PipelineCyclerBase;
+struct PipelineCyclerBase;
 
 
 
 
 // A handy macro for reading PointerToArrays.
 // A handy macro for reading PointerToArrays.

+ 1 - 1
panda/src/putil/bamWriter.h

@@ -26,7 +26,7 @@
 #include "datagramSink.h"
 #include "datagramSink.h"
 #include "pdeque.h"
 #include "pdeque.h"
 
 
-class PipelineCyclerBase;
+struct PipelineCyclerBase;
 
 
 // A handy macro for writing PointerToArrays.
 // A handy macro for writing PointerToArrays.
 #define WRITE_PTA(Manager, dest, Write_func, array)  \
 #define WRITE_PTA(Manager, dest, Write_func, array)  \