Invalid use of member (did you forget the `&' ?)

Sven Bergner bergner at Fh-Worms.de
Sun Aug 24 09:47:47 BST 2003


On 24 Aug 2003, Peter Moscatt wrote:

Hi Pete,

> void PGM_Main::modePhone()
> {
>   modeCw->setDown(FALSE);
> }
> 
> 
> mainwindow.ui.h:35: invalid use of member (did you forget the `&' ?) 
> mainwindow.ui.h:35: base operand of `->' is not a pointer 
> 
it's quite clear. The variable modeCw seems not to be a pointer so you
have to use . instead of -> .

CU,
  Sven
-- 
+----------------------------------------------------------+
|  .''`.  Sven Bergner   E-Mail: bergner at linuxtaskforce.de |   
| : :' :                                                   |
| `. `'    Debian GNU/Linux User - http://www.debian.org/  |
|   `-              Registered Linux-User #65111           |
+----------------------------------------------------------+


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list