- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Concretizations/Graphics/SDL/BCImageBufferSDL.h
r243 r437 70 70 71 71 OwnPtr<GraphicsContext> m_context; 72 mutable OwnPtr<Image> m_image;72 mutable RefPtr<Image> m_image; 73 73 74 74 ImageBuffer(BalSurface* surface);
