Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2016, 6:31:29 PM (10 years ago)
Author:
landauf
Message:

use only default constructor (with context, but no other arguments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/modules/hover/HoverWall.h

    r11041 r11042  
    4646    {
    4747        public:
    48             HoverWall(Context* context);           
    49             HoverWall(Context* context, int x, int y, int cellSize, int cellHeight, int orientation);
     48            HoverWall(Context* context);
    5049            virtual ~HoverWall();
     50
     51            void init(int x, int y, int cellSize, int cellHeight, int orientation);
    5152
    5253        private:
Note: See TracChangeset for help on using the changeset viewer.