X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fbyte_filer.h;h=5675a3e5e725ab5739d71cf9ae44895172712689;hb=ef338226ccf699c8d8a149d9b74e9888175c7099;hp=34e6379c80a7db79558b53cae5e9a10697ba647a;hpb=b51411a29f1a751a09e69f5676afeea24a94ac83;p=feisty_meow.git diff --git a/nucleus/library/filesystem/byte_filer.h b/nucleus/library/filesystem/byte_filer.h index 34e6379c..5675a3e5 100644 --- a/nucleus/library/filesystem/byte_filer.h +++ b/nucleus/library/filesystem/byte_filer.h @@ -72,7 +72,7 @@ public: //!< shuts down the open file, if any. /*!< open() will have to be invoked before this object can be used again. */ - basis::astring name() const; + const basis::astring &name() const; //!< returns the file name that the object is operating on. bool good();