]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/string/string.h
various: add explicit default contructors
[xonotic/netradiant.git] / libs / string / string.h
index 72423b57b03e97692bdb5fc97f2e8dfe3f4de9ae..5d63925d2c6ce14764bfa33ccfeb06eb5025665b 100644 (file)
@@ -328,6 +328,8 @@ public:
                : Buffer( range ){
        }
 
+       String(const String&) = default;
+
        String& operator=( const String& other ){
                String temp( other );
                temp.swap( *this );