diff qt/QGlobal.d @ 191:a212c97edcd2

one more example
author eldar
date Sun, 12 Jul 2009 21:03:57 +0000
parents 7dd099050621
children ba7abb5c9e03
line wrap: on
line diff
--- a/qt/QGlobal.d	Sun Jul 12 20:51:37 2009 +0000
+++ b/qt/QGlobal.d	Sun Jul 12 21:03:57 2009 +0000
@@ -44,7 +44,7 @@
     }
 }
 
-char[] tr(char[] arg) {
+string tr(string arg) {
     return arg;
 }