Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Bug in "Change Signature" (build 1535)
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rodneys
New Member

7 Posts

Posted - Oct 06 2006 :  08:25:00 AM  Show Profile  Reply with Quote
Consider this class:

  class TestClass {
  public:
    virtual void testMethod() { }
  };

Now, I call "Change Signature" for testMethod. The dialog box appears showing the current signature:

  virtual void testMethod()

I change the signature to

  virtual void testMethod(int a)

and hit the ok-button. My source code becomes:

  class TestClass {
  public:
     void testMethod( int a )
     { }
  };

The "virtual" keyword has disappeared!

feline
Whole Tomato Software

United Kingdom
18942 Posts

Posted - Oct 07 2006 :  1:33:44 PM  Show Profile  Reply with Quote
confirmed. this only effects inline virtual functions, which is something.

case=2894

zen is the art of being at one with the two'ness
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Dec 19 2006 :  9:07:37 PM  Show Profile  Reply with Quote
case=2894 is fixed in build 1543
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000