Author Topic: Add Member Function... problem  (Read 2889 times)

Wanderer

  • Senior Community Member
  • Posts: 557
  • Hero Points: 23
Add Member Function... problem
« on: November 14, 2008, 02:46:18 PM »
In the Symbols toolbar, right-click on a class name, select "Add member function".

Why would I get this message:
"Invalid Declaration"

when I try to add this function:
Code: [Select]
void UpdateTag(long id)
Public, not static, not virtual.