fix readme - APP_ENTRY_POINT

This commit is contained in:
Vadim Lopatin 2015-01-27 20:13:12 +03:00
parent 7c39e9f15e
commit bb0c8ce1f0
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ Hello World
// myproject.d
import dlangui.all;
mixin DLANGUI_ENTRY_POINT;
mixin APP_ENTRY_POINT;
/// entry point for dlangui based application
extern (C) int UIAppMain(string[] args) {