remove const from pass-by-value parameters
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
||||
This form takes numeric ID as the parameter (uses an extension to MS format,
|
||||
param name="ID" value=id).
|
||||
*/
|
||||
bool Display(const int id);
|
||||
bool Display(int id);
|
||||
|
||||
/**
|
||||
Displays contents panel.
|
||||
|
Reference in New Issue
Block a user