From 5c681a034667d42e3ad4e4ee6b11d6a333a5e154 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 21 Oct 2014 21:40:53 +0000 Subject: [PATCH] public -> private --- panda/src/putil/typedWritable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/putil/typedWritable.h b/panda/src/putil/typedWritable.h index 0133be49ca..9b23f1eba4 100644 --- a/panda/src/putil/typedWritable.h +++ b/panda/src/putil/typedWritable.h @@ -69,7 +69,7 @@ PUBLISHED: const string &data, BamReader *reader = NULL); -public: +private: void add_bam_writer(BamWriter *writer); void remove_bam_writer(BamWriter *writer);