Browse Source

expose StreamWriter

David Rose 23 years ago
parent
commit
035c3a29a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/express/streamWriter.h

+ 1 - 0
panda/src/express/streamWriter.h

@@ -37,6 +37,7 @@
 class EXPCL_PANDAEXPRESS StreamWriter {
 class EXPCL_PANDAEXPRESS StreamWriter {
 public:
 public:
   INLINE StreamWriter(ostream &out);
   INLINE StreamWriter(ostream &out);
+PUBLISHED:
   INLINE StreamWriter(ostream *out);
   INLINE StreamWriter(ostream *out);
   INLINE StreamWriter(const StreamWriter &copy);
   INLINE StreamWriter(const StreamWriter &copy);
   INLINE void operator = (const StreamWriter &copy);
   INLINE void operator = (const StreamWriter &copy);