diff examples/opengl/hellogl/main.d @ 207:71101646ab25

more D2 examples fixes
author SokoL_SD
date Tue, 14 Jul 2009 09:25:04 +0000
parents e78566595089
children
line wrap: on
line diff
--- a/examples/opengl/hellogl/main.d	Tue Jul 14 09:13:27 2009 +0000
+++ b/examples/opengl/hellogl/main.d	Tue Jul 14 09:25:04 2009 +0000
@@ -39,7 +39,7 @@
 
 import window;
 
-int main(char[][] args)
+int main(string[] args)
 {
     scope app = new QApplication(args);
     scope window = new Window;