X-Git-Url: https://git.llucax.com/software/bife/bife%20%20.git/blobdiff_plain/65bbdd707ba33de08101076a7191585d6f44c507..76d1a22908e943e494b4513d71f01d43a81fa6a6:/string.h/software/bife/bife++.git/blobdiff_plain/65bbdd707ba33de08101076a7191585d6f44c507..76d1a22908e943e494b4513d71f01d43a81fa6a6:/string.h diff --git a/string.h b/string.h index 935369c..d684282 100644 --- a/string.h +++ b/string.h @@ -28,7 +28,14 @@ namespace bife { /** * Constructor. * - * @param attrs String attributes. + * @param str String. + */ + String(const string&); + + /** + * Constructor. + * + * @param str String. */ String(const char*);