Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2008, 9:58:14 PM (16 years ago)
Author:
landauf
Message:

finally got a good approach for the CommandExecutor parser. more to come.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/OutputBuffer.h

    r1322 r1424  
    4242        friend class OutputBuffer;
    4343
    44         virtual void outputChanged() = 0;
     44        public:
     45            virtual ~OutputBufferListener() {}
     46
     47        private:
     48            virtual void outputChanged() = 0;
    4549    };
    4650
Note: See TracChangeset for help on using the changeset viewer.