1
edit
Changes
no edit summary
Total 100%
</big>
==TEAM COMMUNICATION SECTION==
#There is a very minor change in the Cdialog Constructor prototype. I made the change and merged it back to trunk.
Please do an update before you start to work again.
I changed:
CDialog(
int Row = -1, int Col = -1,
int Width = -1, int Height = -1,
bool Bordered = false,
const char* Border=C_BORDER_CHARS,
CFrame *Container = (CFrame*)0
);
To:
CDialog(
CFrame *Container = (CFrame*)0,
int Row = -1, int Col = -1,
int Width = -1, int Height = -1,
bool Bordered = false,
const char* Border=C_BORDER_CHARS
);
== Repository ==
* Repo ID: svn://zenit.senecac.on.ca/oop344_113rep4