errors in samples/cpp removed

This commit is contained in:
siddharth
2013-09-14 17:06:26 +05:30
parent 01e1ccfa88
commit 75b76554bf
3 changed files with 18 additions and 8 deletions

View File

@@ -69,6 +69,10 @@ float red, green, blue;
double low_t, high_t;
void source(int, int, int, int, void*);
void destination(int, int, int, int, void*);
void checkfile(char*);
void source(int event, int x, int y, int, void*)
{
@@ -304,7 +308,7 @@ void checkfile(char *file)
}
}
int main(int argc, char **argv)
int main()
{
cout << endl;
cout << "Cloning Module" << endl;