X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Ffile-path.cc;h=65cd517e5a07247fc798277631be1857601679e0;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=660895a1f58bf6703c44b132257887ddac1bc077;hpb=058370efc7e9710f149d0f444328bb1fcd7bdec1;p=lilypond.git diff --git a/flower/file-path.cc b/flower/file-path.cc index 660895a1f5..65cd517e5a 100644 --- a/flower/file-path.cc +++ b/flower/file-path.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2014 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify @@ -39,13 +39,14 @@ #define PATHSEP ':' #endif +#include + vector File_path::directories () const { return dirs_; } -#include void File_path::parse_path (const string &p) {