Patches item #784042, was opened at 2003-08-06 09:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307869&aid=784042&group_id=7869
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonathan Wakely (redi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove redundant scope qualifier.
Initial Comment:
This patch removes the redundant (and possibly
illegal?) "Query::" qualifier from the declaration of
Query::storein_set().
The declaration in the class body should not have the
class name prefixed (looks like a cut'n'paste error
from the definition).
This caused an Internal Compiler Error in the
experimental GCC 3.4.
The patch includes a ChangeLog entry, which doesn't
include the change I suggested in patch 783628, so
might not apply cleanly if that has already been applied.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307869&aid=784042&group_id=7869
|