fixed main() return

This commit is contained in:
Jeff Hill
2000-02-09 20:47:21 +00:00
parent 5ad2970bd1
commit 951df5f436
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ private:
const char *pName;
};
main ()
int main ()
{
tsBTree<A> tree;
A a0 ("fred");

View File

@@ -28,7 +28,7 @@ private:
const char *pName;
};
main ()
int main ()
{
tsBTree<A> tree;
A a0 ("fred");