Ignore:
Timestamp:
Aug 3, 2010, 5:11:00 PM (14 years ago)
Author:
rybkin
Message:

See C.L. 432

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_tag.h

    r546 r547  
    5252  void unmark ();
    5353  void mark ();
    54   void show_definition (bool quiet) const;
    55   void show (bool quiet) const;
     54  void show_definition (bool quiet, ostream& out = cout) const;
     55  //  void show_definition (bool quiet) const;
     56  void show (bool quiet, ostream& out = cout) const;
     57  //  void show (bool quiet) const;
    5658  bool is_selected () const;
    5759  bool is_primary () const;
Note: See TracChangeset for help on using the changeset viewer.