# HG changeset patch # User maxter # Date 1275549149 -10800 # Node ID 49d0a43433e7d5daf574f9b6ef6fe9f6dd367e91 # Parent 2013af5d06278f843de740c913c62e3b3ac01256 typo in comments diff -r 2013af5d0627 -r 49d0a43433e7 d2/qtd/Core.d --- a/d2/qtd/Core.d Wed Jun 02 23:19:44 2010 +0300 +++ b/d2/qtd/Core.d Thu Jun 03 10:12:29 2010 +0300 @@ -23,8 +23,9 @@ } /** - Defines a function that can be called from QtD C++ libraries, - which will register the function with the DLL at program startup. + Defines a function that can be called from QtD C++ libraries. + The function will be automatically + registered with the DLL at program startup. */ string qtdExport(string retType, string name, string args, string funcBody) {