]> git.llucax.com Git - software/druntime.git/blobdiff - src/core/thread.d
Merged in changes from Phobos SVN.
[software/druntime.git] / src / core / thread.d
index 1a912d0c3b378dfede07e0b05625be0d94b8eb86..846f2495d1780f1a9b75e5370260f40857966f50 100644 (file)
@@ -22,7 +22,7 @@ version = StackGrowsDown;
  */
 class ThreadException : Exception
 {
-    this( char[] msg )
+    this( string msg )
     {
         super( msg );
     }
@@ -34,7 +34,7 @@ class ThreadException : Exception
  */
 class FiberException : Exception
 {
-    this( char[] msg )
+    this( string msg )
     {
         super( msg );
     }