Open main menu

CDOT Wiki β

Changes

The Scriveners - OOP344 20113

622 bytes added, 19:52, 23 October 2011
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
1
edit