Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2011, 8:15:38 AM (13 years ago)
Author:
dafrick
Message:

Adherence to styleguide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/docking/DockingTarget.h

    r8645 r8700  
    5454    class _DockingExport DockingTarget : public StaticEntity
    5555    {
    56         private:
    57             std::string name_;
    58 
    5956        public:
    6057            DockingTarget(BaseObject* creator);
     
    6360            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    6461
    65             virtual void setName(const std::string& str);
    66             virtual const std::string& getName() const;
    6762    };
    6863
Note: See TracChangeset for help on using the changeset viewer.