mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
How the hell gcc/sunCC didn't found these?
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
#include "Main.h"
|
||||
|
||||
int main(int ac,char *av) {
|
||||
int main(int ac,char **av) {
|
||||
SciCalc *calc = new SciCalc();
|
||||
|
||||
calc->run();
|
||||
|
Reference in New Issue
Block a user