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

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

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 191  public: Line 191  public:
191       */       */
192      bool isAbsolute() const;      bool isAbsolute() const;
193    
194        std::vector<std::string>& nodes();
195    
196  private:  private:
197      std::vector<std::string> elements; ///< stores the path names raw = unencoded, each element is one node of the path      std::vector<std::string> elements; ///< stores the path names raw = unencoded, each element is one node of the path
198      char                     drive;      char                     drive;

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

  ViewVC Help
Powered by ViewVC