]> git.llucax.com Git - software/bife/bife++.git/blobdiff - string.h
Added a constructor based on a std::string.
[software/bife/bife++.git] / string.h
index 935369c6ecbdf4d13da2825133dc804a7a4d1f2c..d6842821c3a031e4803c9b8ec1038ba1fde77771 100644 (file)
--- 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*);