fixed main() return
This commit is contained in:
@@ -28,7 +28,7 @@ private:
|
||||
const char *pName;
|
||||
};
|
||||
|
||||
main ()
|
||||
int main ()
|
||||
{
|
||||
tsBTree<A> tree;
|
||||
A a0 ("fred");
|
||||
|
||||
@@ -28,7 +28,7 @@ private:
|
||||
const char *pName;
|
||||
};
|
||||
|
||||
main ()
|
||||
int main ()
|
||||
{
|
||||
tsBTree<A> tree;
|
||||
A a0 ("fred");
|
||||
|
||||
Reference in New Issue
Block a user