From 112b1a0779d0e570f8b6726b2d3deb4f45d784a5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 19 May 2012 09:23:08 +0000 Subject: style cleanup: ghost headers --- intern/ghost/GHOST_IEventConsumer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost/GHOST_IEventConsumer.h') diff --git a/intern/ghost/GHOST_IEventConsumer.h b/intern/ghost/GHOST_IEventConsumer.h index 043cb27d1b2..d437f219f8d 100644 --- a/intern/ghost/GHOST_IEventConsumer.h +++ b/intern/ghost/GHOST_IEventConsumer.h @@ -61,7 +61,7 @@ public: * @param event The event that can be handled or ignored. * @return Indication as to whether the event was handled. */ - virtual bool processEvent(GHOST_IEvent* event) = 0; + virtual bool processEvent(GHOST_IEvent *event) = 0; #ifdef WITH_CXX_GUARDEDALLOC public: -- cgit v1.2.3