ReaderPlugin: Private stuff should stay private

* Polishment since we are making this ABI public,
I'd rather remove any previous hack.
This commit is contained in:
Barrett17
2018-10-28 15:25:12 +01:00
parent 80abc9a907
commit e5e2a570ba
-1
View File
@@ -57,7 +57,6 @@ private:
virtual void _ReservedReader4();
virtual void _ReservedReader5();
public: // XXX for test programs only
void Setup(BDataIO* source);
BDataIO* fSource;