Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

Insert all class method without implementation question

(1/2) > >>

Loaden:
like this declaration:

--- Code: ---private:
    void Start(const wxString& file);
--- End code ---
When insert the implementation, it's became to:

--- Code: ---/** @brief Start
  *
  * @todo: document this function
  */
void Frame::Start(constwxString&file)
{

}


--- End code ---

"constwxString&file" : It's seems lost the blank type.

Jenna:
No problems here (neither on debian 64-bit nor on winxp sp3).

blueshake:
fine here too. :D
see the screen shot.

Loaden:
Find the reason, because ollydbg's patch.
fix now.

MortenMacFly:

--- Quote from: Loaden on February 26, 2010, 02:39:06 pm ---Find the reason, because ollydbg's patch.
fix now.

--- End quote ---
Which patch? What's wrong?

Navigation

[0] Message Index

[#] Next page

Go to full version