Ignore:
Timestamp:
Dec 20, 2014, 2:49:45 AM (10 years ago)
Author:
ldelgass
Message:

merge r4056 from trunk

Location:
nanovis/branches/1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nanovis/branches/1.1

  • nanovis/branches/1.1/FlowBox.h

    r4889 r4893  
    4949    int parseSwitches(Tcl_Interp *interp, int objc, Tcl_Obj *const *objv)
    5050    {
    51         if (Rappture::ParseSwitches(interp, _switches, objc, objv, &_sv,
    52                                     SWITCH_DEFAULTS) < 0) {
     51        if (nv::ParseSwitches(interp, _switches, objc, objv, &_sv,
     52                              SWITCH_DEFAULTS) < 0) {
    5353            return TCL_ERROR;
    5454        }
     
    7070    std::string _name;          ///< Name of this box in the hash table.
    7171    FlowBoxValues _sv;
    72     static Rappture::SwitchSpec _switches[];
     72    static SwitchSpec _switches[];
    7373};
    7474
Note: See TracChangeset for help on using the changeset viewer.