|
From: SourceForge.net <no...@so...> - 2010-09-12 01:38:02
|
Patches item #3064571, was opened at 2010-09-12 09:38 Message generated for change (Tracker Item Submitted) made by manasb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=3064571&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: manas (manasb) Assigned to: Nobody/Anonymous (nobody) Summary: unitofmeasureconversionmanager.hpp change Initial Comment: removed friend reference to the class from which it is derived ie class UnitOfMeasureConversionManager : public Singleton<UnitOfMeasureConversionManager> { friend class Singleton<UnitOfMeasureConversionManager>; to class UnitOfMeasureConversionManager : public Singleton<UnitOfMeasureConversionManager> { ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=3064571&group_id=12740 |