Ignore:
Timestamp:
Nov 27, 2011, 4:36:15 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 465

File:
1 edited

Legend:

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

    r549 r588  
    102102  static void filter_path_value (const cmt_string& name, cmt_string& text);
    103103
    104   static bool check_tag_used (Tag* tag);
     104  static bool check_tag_used (const Tag* tag);
    105105
    106106  static cmt_string get_env_value (const cmt_string& name);
     
    122122  int print_macro (PrintMode mode, ostream& out = cout) const;
    123123  cmt_string clean_macro_value () const;
    124   cmt_string resolve_macro_value (const cmt_string& tag_name = "");
     124  cmt_string resolve_macro_value (const cmt_string& tag_name = "") const;
    125125  void show_macro (PrintMode mode, ostream& out = cout);
    126126  //  void show_macro (PrintMode mode);
Note: See TracChangeset for help on using the changeset viewer.