|
| | Subject: | BUG: wrong function call | | Group: | Gcc | | From: | W. Ivanov | | Date: | 6 Mar 2007 |
Hi, I use multiple inheritance in my project. In the child class i have
functions GetParam() and SetParam().
In the cpp-file I call GetParam() function, but I fell to SetParam()
function.
Can You help me?
|