Ignore:
Timestamp:
Dec 23, 2013, 6:58:23 AM (10 years ago)
Author:
Peter
Message:

add missing public

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/omic/BamWriteIterator.h

    r3114 r3147  
    4040     \since New in yat 0.10
    4141   */
    42   class BamWriter : std::unary_function<const BamRead&, void>
     42  class BamWriter : public std::unary_function<const BamRead&, void>
    4343  {
    4444  public:
Note: See TracChangeset for help on using the changeset viewer.