Fix a bug in Ghost causing crash on Blender exit.

This commit is contained in:
Benoit Bolsee
2009-08-11 11:44:45 +00:00
parent 1d63cacfe4
commit e49ad2e148
2 changed files with 3 additions and 2 deletions

View File

@@ -335,7 +335,7 @@ protected:
/** Prints all the events. */
#ifdef GHOST_DEBUG
GHOST_EventPrinter m_eventPrinter;
GHOST_EventPrinter* m_eventPrinter;
#endif // GHOST_DEBUG
/** Settings of the display before the display went fullscreen. */