X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Ffile-name.hh;fp=flower%2Finclude%2Ffile-name.hh;h=3e9c6d5294082689709f2d4dbca6675e02b514c0;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=f0d982f017de905de94ef63521153377f75ede48;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/flower/include/file-name.hh b/flower/include/file-name.hh index f0d982f017..3e9c6d5294 100644 --- a/flower/include/file-name.hh +++ b/flower/include/file-name.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Han-Wen Nienhuys + Copyright (C) 1997--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ public: string base_; string ext_; - File_name (string=""); + File_name (string = ""); bool is_absolute () const; string to_string () const;