/[svn]/linuxsampler/trunk/src/common/Path.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Path.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3090 by schoenebeck, Mon Jan 9 18:39:35 2017 UTC revision 3091 by schoenebeck, Mon Jan 16 15:01:21 2017 UTC
# Line 346  bool Path::isAbsolute() const { Line 346  bool Path::isAbsolute() const {
346      return absolute;      return absolute;
347  }  }
348    
349    std::vector<std::string>& Path::nodes() {
350        return elements;
351    }
352    
353  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.3090  
changed lines
  Added in v.3091

  ViewVC Help
Powered by ViewVC