Ticket #7052: Deskbar_BarApp_h_style_fix.diff

File Deskbar_BarApp_h_style_fix.diff, 494 bytes (added by jscipione, 13 years ago)
  • src/apps/deskbar/BarApp.h

    diff --git a/src/apps/deskbar/BarApp.h b/src/apps/deskbar/BarApp.h
    index 6f15838..c3fd47b 100644
    a b class TBarApp : public BApplication {  
    141141        static void Unsubscribe(const BMessenger &subscriber);
    142142
    143143    private:
    144         void AddTeam(team_id team, uint32 flags, const char *sig, entry_ref *);
     144        void AddTeam(team_id team, uint32 flags, const char *sig, entry_ref*);
    145145        void RemoveTeam(team_id);
    146146
    147147        void InitSettings();